test_config: tell Nose that foreach_test_wrapper() is not a test
Signed-off-by: W. Trevor King <wking@tremily.us>
This commit is contained in:
@@ -39,6 +39,7 @@ config_filename = "test_config"
|
|||||||
def foreach_test_wrapper(key, name, lst):
|
def foreach_test_wrapper(key, name, lst):
|
||||||
lst[key] = name
|
lst[key] = name
|
||||||
return 0
|
return 0
|
||||||
|
foreach_test_wrapper.__test__ = False
|
||||||
|
|
||||||
class ConfigTest(utils.RepoTestCase):
|
class ConfigTest(utils.RepoTestCase):
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user