Open adamcik opened 8 years ago
While reviewing mopidy/mopidy#1555 I realized that mopidy.local.commands.ScanCommand doesn't have tests. We should split out everything in the run() command and test it there or see about testing it directly.
mopidy.local.commands.ScanCommand
run()
Though given https://github.com/mopidy/mopidy/issues/1563 this might be something to move over to the new project once it's up.
For the record: see mopidy/mopidy#1003 (not mopidy/mopidy#1563)
While reviewing mopidy/mopidy#1555 I realized that
mopidy.local.commands.ScanCommand
doesn't have tests. We should split out everything in therun()
command and test it there or see about testing it directly.Though given https://github.com/mopidy/mopidy/issues/1563 this might be something to move over to the new project once it's up.