feat(tests): ajout structure de test

pull/1/head
pocli 2022-08-11 15:06:42 +02:00
Parent 01a25eca9c
révision 6d68db4d5e
3 fichiers modifiés avec 5 ajouts et 1 suppressions

Voir le fichier

@ -1,6 +1,6 @@
[tool:pytest]
python_files = tests.py test_*.py
testpaths = src
testpaths = tests/
markers =
wip: mark a test as a work in progress

0
tests/__init__.py Normal file
Voir le fichier

4
tests/test_dummy.py Normal file
Voir le fichier

@ -0,0 +1,4 @@
def test_dummy():
assert True