mirror of
https://github.com/beetbox/beets.git
synced 2026-01-02 05:52:50 +01:00
Don’t interact with files in TypePluginTest
This commit is contained in:
parent
ffc75c333d
commit
bd871cbc03
1 changed files with 2 additions and 1 deletions
|
|
@ -115,7 +115,8 @@ class TypesPluginTest(unittest.TestCase, TestHelper):
|
|||
self.run_command('ls')
|
||||
|
||||
def modify(self, *args):
|
||||
return self.run_with_output('modify', '--yes', '--nowrite', *args)
|
||||
return self.run_with_output('modify', '--yes', '--nowrite',
|
||||
'--nomove', *args)
|
||||
|
||||
def list(self, query, fmt='$artist - $album - $title'):
|
||||
return self.run_with_output('ls', '-f', fmt, query).strip()
|
||||
|
|
|
|||
Loading…
Reference in a new issue