summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg5
1 files changed, 4 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index e620559..dc50b6f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,2 +1,5 @@
[nosetests]
-exclude=^(start|stop)_test_server \ No newline at end of file
+exclude=^(start|stop)_test_server
+
+[pytest]
+python_files=test*.py