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:
W. Trevor King
2012-10-25 14:37:39 -04:00
parent e13a42a6e5
commit c36bbf518c

View File

@@ -39,6 +39,7 @@ config_filename = "test_config"
def foreach_test_wrapper(key, name, lst):
lst[key] = name
return 0
foreach_test_wrapper.__test__ = False
class ConfigTest(utils.RepoTestCase):