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

3
conftest.py Normal file
View File

@@ -0,0 +1,3 @@
pytest_plugins = [
'mypy.test.data'
]