summaryrefslogtreecommitdiff
path: root/nose/config.py
diff options
context:
space:
mode:
authorJason Pellerin <jpellerin@gmail.com>2007-04-13 17:00:59 +0000
committerJason Pellerin <jpellerin@gmail.com>2007-04-13 17:00:59 +0000
commit6bb752fecca03c59724ad35e539a13328a05d3ae (patch)
tree0b71cadf19d23c581ca05f849d992224838212f6 /nose/config.py
parenta942398ffd58bc25e656842bd2ebd4472c893243 (diff)
downloadnose-6bb752fecca03c59724ad35e539a13328a05d3ae.tar.gz
Use selector for test case loading, too, unless configured otherwise. More attrib plugin tests.
Diffstat (limited to 'nose/config.py')
-rw-r--r--nose/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/nose/config.py b/nose/config.py
index 4e0fe5f..352e25f 100644
--- a/nose/config.py
+++ b/nose/config.py
@@ -48,6 +48,7 @@ class Config(object):
self.debugLog = env.get('NOSE_DEBUG_LOG')
self.exclude = None
self.exit = True
+ self.getTestCaseNamesCompat = False
self.includeExe = env.get('NOSE_INCLUDE_EXE',
sys.platform == 'win32')
self.ignoreFiles = (re.compile(r'^\.'),