Merge pull request #1828 from diego-plan9/autostubusage

Fix unrestored AutotagStub on two TestCases
This commit is contained in:
Adrian Sampson 2016-01-22 15:30:04 -08:00
commit 33422c7cb1
2 changed files with 2 additions and 0 deletions

View file

@ -34,6 +34,7 @@ class MBSubmitPluginTest(TerminalImportSessionSetup, unittest.TestCase,
def tearDown(self):
self.unload_plugins()
self.teardown_beets()
self.matcher.restore()
def test_print_tracks_output(self):
"""Test the output of the "print tracks" choice."""

View file

@ -419,6 +419,7 @@ class PromptChoicesTest(TerminalImportSessionSetup, unittest.TestCase,
self.input_options_patcher.stop()
self.teardown_plugin_loader()
self.teardown_beets()
self.matcher.restore()
def test_plugin_choices_in_ui_input_options_album(self):
"""Test the presence of plugin choices on the prompt (album)."""