Skip to content

Commit

Permalink
add a minimal ini file for pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
willingc committed Apr 23, 2018
1 parent de4c9c1 commit b189e70
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b189e70

Please sign in to comment.