From b189e70c9bd38a9a0251a2eccf429ab8f16672cd Mon Sep 17 00:00:00 2001 From: Carol Willing Date: Mon, 23 Apr 2018 15:31:34 -0700 Subject: [PATCH] add a minimal ini file for pytest --- pytest.ini | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pytest.ini b/pytest.ini index e69de29b..279b3e49 100644 --- a/pytest.ini +++ b/pytest.ini @@ -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