Browse Source

Started on using pytest

master
Raphael Roberts 5 years ago
parent
commit
14d76c6863
  1. BIN
      tests/__pycache__/test_parser_on_data.cpython-39-pytest-6.2.1.pyc
  2. BIN
      tests/__pycache__/test_parser_on_data.cpython-39.pyc
  3. 5
      tests/test_parser_on_data.py

BIN
tests/__pycache__/test_parser_on_data.cpython-39-pytest-6.2.1.pyc

BIN
tests/__pycache__/test_parser_on_data.cpython-39.pyc

5
tests/test_parser_on_data.py

@ -0,0 +1,5 @@
import pytest
from tibi_hardlinks.backup_parser import parse_property_text
# random_data fixture
# sample data fixture
Loading…
Cancel
Save