From 4d6a306099739575c394952a1c90827dc91715c1 Mon Sep 17 00:00:00 2001 From: David Cramer Date: Thu, 6 Dec 2012 15:03:07 -0800 Subject: Initial work on making py.test work --- setup.cfg | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'setup.cfg') 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 -- cgit v1.2.1