summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2013-08-18 05:59:44 -0400
committerDonald Stufft <donald@stufft.io>2013-08-21 10:19:58 -0400
commitda0bc4b1d13d4fecbe245b5898823ed1b1504755 (patch)
tree075da14ccce9514bf852b288d6bc78e6b78cb39a /setup.cfg
parent810370cb1e1345e6bafb9906488a1c9cbf063bca (diff)
downloadpip-da0bc4b1d13d4fecbe245b5898823ed1b1504755.tar.gz
Switch to using py.test as the test runner instead of nose
* Better output with the bare asserts we use throughout the tests * Function fixtures are pretty nice, especially as a way to start a background server or create an isolated virtualenv
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 2d29ac0be..06eabe2f7 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
-[nosetests]
-where=tests
+[pytest]
+addopts = --ignore pip/vendor --ignore tests/tests_cache
[wheel]
universal=1