summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-04-09 03:18:30 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-04-09 03:18:30 -0700
commitf124d46ebdf8a9b93b93070d85cae57ef6c971a7 (patch)
tree226e6f93274fbc15597fe5167a166adbd0fcaf74 /setup.cfg
parentb28648366233d1ad07221c1d25d10f8d708a0d0c (diff)
downloadpystache-f124d46ebdf8a9b93b93070d85cae57ef6c971a7.tar.gz
Eliminated the nosetests hack around the load_tests protocol function.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index f91c44e..472b1ac 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,3 +1,5 @@
[nosetests]
with-doctest=1
doctest-extension=rst
+# Prevent nose from interpreting the load_tests protocol function as a test.
+exclude=load_tests