From 84d91ec6379ea12210bfa297778e2b0d6a012664 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Fri, 5 Sep 2014 16:16:42 -0400 Subject: [PATCH] pytest configs --- setup.cfg | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/setup.cfg b/setup.cfg index 6796d55..bea7205 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,4 +1,11 @@ +[pytest] +addopts = --cov megacosm/ +norecursedirs=env +python_files=test_*.py megacosm/* +python_classes=Test +python_functions=test_ + [nosetests] rednose=true with-coverage=true