move to external pytest plugin

This commit is contained in:
Maxim Kurnikov
2018-11-29 15:26:53 +03:00
parent b69725d8ac
commit b9ee979984
16 changed files with 134 additions and 218 deletions

View File

@@ -1,8 +1,10 @@
[pytest]
testpaths = test
testpaths = ./test
python_files = test*.py
addopts =
--tb=native
-v
-s
-s
--ignore=./external
--mypy-ini-file=./test/plugins.ini