summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authoreikeon <devnull@localhost>2009-04-02 00:46:31 +0000
committereikeon <devnull@localhost>2009-04-02 00:46:31 +0000
commit37b4bbd0c985c3982e7b6f68d59aa98d19bda9cd (patch)
treefdd509bc8dc51dd518aaaccd77fe744605bdb815 /setup.cfg
parent2bf2e7ef2dc98e62b1ebccee997af8efaf337d2b (diff)
downloadrdflib-37b4bbd0c985c3982e7b6f68d59aa98d19bda9cd.tar.gz
annotated tests with attributes known_issue, slow, non_core and sparql to make it easier to run the various groups of tests; and make the default be tests that match the following: \!known_issue,\!slow,\!non_core,\!sparql
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg5
1 files changed, 3 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index f5aa3dfa..1983083e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -3,9 +3,10 @@ tag_build = .dev
tag_svn_revision = 1
[nosetests]
+
+attr = !known_issue,!slow,!non_core,!sparql
verbosity = 2
-with-doctest = 1
-exclude = (.*(store|mysql).*)
+#with-doctest = 1