update tests for timid mode

This commit is contained in:
Adrian Sampson 2011-04-19 13:13:16 -07:00
parent 704a76ba2c
commit db6eb60e23
2 changed files with 2 additions and 0 deletions

View file

@ -81,6 +81,7 @@ def iconfig(lib, **kwargs):
autot = True,
singletons = False,
choose_item_func = lambda x, y: importer.action.SKIP,
timid = False,
)
for k, v in kwargs.items():
setattr(config, k, v)

View file

@ -98,6 +98,7 @@ class NonAutotaggedImportTest(unittest.TestCase):
should_resume_func = None,
singletons=False,
choose_item_func = None,
timid = False,
)
return paths