summaryrefslogtreecommitdiffstats
path: root/nosetests.cfg
diff options
context:
space:
mode:
authorRadek Novacek <rnovacek@redhat.com>2013-06-27 10:21:10 +0200
committerRadek Novacek <rnovacek@redhat.com>2013-06-27 10:21:10 +0200
commiteababc193b65939a9e0a98a30adf9e3b8fd04eea (patch)
tree6335f8e888e443d848da9588d013fbc7e8af178f /nosetests.cfg
parent545032dc58106d7830d4a4758c331a3eb8d0fd41 (diff)
downloadopenlmi-providers-eababc193b65939a9e0a98a30adf9e3b8fd04eea.tar.gz
openlmi-providers-eababc193b65939a9e0a98a30adf9e3b8fd04eea.tar.xz
openlmi-providers-eababc193b65939a9e0a98a30adf9e3b8fd04eea.zip
Fix nosetests discovery
Multiple where config options is not supported, tests is used instead.
Diffstat (limited to 'nosetests.cfg')
-rw-r--r--nosetests.cfg4
1 files changed, 1 insertions, 3 deletions
diff --git a/nosetests.cfg b/nosetests.cfg
index 0eded79..613369e 100644
--- a/nosetests.cfg
+++ b/nosetests.cfg
@@ -1,7 +1,5 @@
# This is a configuration file for nosetests
[nosetests]
exe=1
-where=.
-where=src/software/test
-where=src/account/test
+tests=.,src/account/test,src/software/test