add basic test infrastructure

This commit is contained in:
Maxim Kurnikov
2018-11-10 16:56:38 +03:00
parent ab14ccbbc1
commit 1016ece491
4 changed files with 67 additions and 0 deletions

7
pytest.ini Normal file
View File

@@ -0,0 +1,7 @@
[pytest]
testpaths = test
python_files = test*.py
addopts =
-nauto
--tb=native