summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-04-11 14:26:57 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2014-04-11 14:26:57 -0400
commit33427803f8a301f9b39bf809d1bcb7e128463fd7 (patch)
tree84a4a89b6d2bff4c92b7771a9f8f1dcd10ed2d74
parentd56e6c91a1819db1d96efc9c878564f2e4516c69 (diff)
downloaddogpile-core-33427803f8a301f9b39bf809d1bcb7e128463fd7.tar.gz
add support for py.test
-rw-r--r--setup.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index e289769..9f71d0a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -11,3 +11,9 @@ identity = C4DAFEE1
[nosetests]
logging-config=nose_logging_config.ini
+
+[pytest]
+addopts= --tb native -v -r fxX
+python_files=tests/*test_*.py
+
+