From 14d76c68638cfc4b15faee75b0cac04ab83a7871 Mon Sep 17 00:00:00 2001 From: Raphael Roberts Date: Mon, 25 Jan 2021 00:03:48 -0600 Subject: [PATCH] Started on using pytest --- ...est_parser_on_data.cpython-39-pytest-6.2.1.pyc | Bin 0 -> 396 bytes .../test_parser_on_data.cpython-39.pyc | Bin 0 -> 287 bytes tests/test_parser_on_data.py | 5 +++++ 3 files changed, 5 insertions(+) create mode 100644 tests/__pycache__/test_parser_on_data.cpython-39-pytest-6.2.1.pyc create mode 100644 tests/__pycache__/test_parser_on_data.cpython-39.pyc create mode 100644 tests/test_parser_on_data.py diff --git a/tests/__pycache__/test_parser_on_data.cpython-39-pytest-6.2.1.pyc b/tests/__pycache__/test_parser_on_data.cpython-39-pytest-6.2.1.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2e8055ca9c62f235c3e94bacf2d35f4492c61ae1 GIT binary patch literal 396 zcmYjNy-ve05I!eqnpBjXl`R9w#D=O$h_wq_28>%<7S+`V95_+XlF250ngD@5YZqkB>F!fcZhf{1j#+BD-b-qV?TUNb`=Tb!`nd^FZJ*VHpTP=Kbxl0y=W{m9TTdt z!sy1!y}ap|{uU2{y%2OyT|6(gFp2jd6^4Xmx{GTy I_PI`f0f}E@C;$Ke literal 0 HcmV?d00001 diff --git a/tests/__pycache__/test_parser_on_data.cpython-39.pyc b/tests/__pycache__/test_parser_on_data.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a36583a9c4c4494b46ad26779a7cac7a67cb0a50 GIT binary patch literal 287 zcmYk0v5vwp42GSyhssGX-Aiq!TL(TL*ffj?{|ML`jffMZ65J)Rl=>U^=@D z@Js%ZU%xF|O(vf}+7#2j1-&;m?~2I$Q28$c0*V$2zzE|D6avK>vgA$)tSaWa1esqd zpArI`1p;-8RVMoJ@>ppb8q;0D#S{;C zrB%*rSDLOw71Z3G`Z1>^BjLS#Itcec%%WmsPn-<)we$Jo_CEdI8$7f+=fj8LH2w!Y CD?48R literal 0 HcmV?d00001 diff --git a/tests/test_parser_on_data.py b/tests/test_parser_on_data.py new file mode 100644 index 0000000..d7893b6 --- /dev/null +++ b/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