summaryrefslogtreecommitdiffstats
path: root/nosetests.cfg
diff options
context:
space:
mode:
authorJan Safranek <jsafrane@redhat.com>2013-12-18 13:44:51 +0100
committerJan Safranek <jsafrane@redhat.com>2013-12-18 13:44:51 +0100
commit29f7ed8354d52a7800d56ac3f3ebc7842f4c26a3 (patch)
tree2a1fd3f1d641a7fd3530bfe05a8a8560c324ec44 /nosetests.cfg
parent350d4884cbf560d388145c9dc93796c09daf30c5 (diff)
downloadopenlmi-providers-29f7ed8354d52a7800d56ac3f3ebc7842f4c26a3.tar.gz
openlmi-providers-29f7ed8354d52a7800d56ac3f3ebc7842f4c26a3.tar.xz
openlmi-providers-29f7ed8354d52a7800d56ac3f3ebc7842f4c26a3.zip
Enable instance tests by default.
Diffstat (limited to 'nosetests.cfg')
-rw-r--r--nosetests.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/nosetests.cfg b/nosetests.cfg
index 51197c0..ba4f1fb 100644
--- a/nosetests.cfg
+++ b/nosetests.cfg
@@ -1,5 +1,5 @@
# This is a configuration file for nosetests
[nosetests]
exe=1
-tests=.,src/account/test,src/software/test,src/service-dbus/test,src/journald/test,src/logicalfile/test
+tests=.,src/account/test,src/software/test,src/service-dbus/test,src/journald/test,src/logicalfile/test,src/python/lmi/test/cases