Adding pytest test runner

This commit is contained in:
Apoclyps
2019-07-24 07:05:31 +01:00
parent cd9da8be59
commit 9aac431317
3 changed files with 3 additions and 0 deletions

3
pytest Normal file
View File

@@ -0,0 +1,3 @@
[pytest]
pep8maxlinelength = 119
python_files = tests.py test_*.py *_tests.py