organize tests a bit better between unit and functional tests

This commit is contained in:
2020-06-18 23:36:51 -05:00
parent 63f13398e0
commit ebaccbd0ad
3 changed files with 42 additions and 39 deletions

View File

@@ -62,7 +62,10 @@ exclude =
max-complexity = 10
[pytest]
python_files = tests.py test_*.py
python_files =
*_tests.py
tests.py
test_*.py
[coverage:run]
branch = True