add a minimal ini file for pytest

This commit is contained in:
Carol Willing
2018-04-23 15:31:34 -07:00
parent de4c9c1463
commit b189e70c9b

View File

@@ -0,0 +1,9 @@
[pytest]
minversion = 3.3
python_files = test_*.py
markers =
gen_test: marks an async tornado test
group: mark as a test for groups
services: mark as a services test
user: mark as a test for a user
slow: mark a test as slow