pytest 1.0 and makefile
This commit is contained in:
8
server/testing/pytest.ini
Normal file
8
server/testing/pytest.ini
Normal file
@@ -0,0 +1,8 @@
|
||||
[pytest]
|
||||
minversion = 6.0
|
||||
testpaths = tests
|
||||
python_files = test_*.py *_test.py
|
||||
python_functions = test_*
|
||||
addopts =
|
||||
-vv
|
||||
--import-mode=importlib
|
||||
Reference in New Issue
Block a user