summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorDavid Cramer <dcramer@gmail.com>2012-12-06 15:03:07 -0800
committerDavid Cramer <dcramer@gmail.com>2012-12-06 15:03:07 -0800
commit4d6a306099739575c394952a1c90827dc91715c1 (patch)
tree61d207001e83f69ea20f42eb7c5a3e56be1027a0 /setup.cfg
parent66dd0cceca91bc2c83611876cc669ee15631e82c (diff)
downloadraven-4d6a306099739575c394952a1c90827dc91715c1.tar.gz
Initial work on making py.test work
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