Adding pytest config

master
Антон Касимов 2021-04-29 23:41:53 +03:00
parent 2082a74164
commit 61f68ca6ff
Signed by: toxa
GPG Key ID: CC3C1E3EA2534D0C
1 changed files with 5 additions and 0 deletions

5
pytest.ini Normal file
View File

@ -0,0 +1,5 @@
[pytest]
testpaths = tests
python_files = test*.py
addopts = -rsxX -l --tb=short --strict-markers
xfail_strict = true