mirror of
https://github.com/beetbox/beets.git
synced 2025-12-12 03:24:44 +01:00
update tests for timid mode
This commit is contained in:
parent
704a76ba2c
commit
db6eb60e23
2 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -98,6 +98,7 @@ class NonAutotaggedImportTest(unittest.TestCase):
|
|||
should_resume_func = None,
|
||||
singletons=False,
|
||||
choose_item_func = None,
|
||||
timid = False,
|
||||
)
|
||||
|
||||
return paths
|
||||
|
|
|
|||
Loading…
Reference in a new issue