Show calls to add_verse for debugging

This commit is contained in:
Stewart Becker 2014-04-21 19:20:06 +01:00
parent 57abcf9b40
commit 3e1ed273be

View File

@ -72,6 +72,7 @@ class SongImportTestHelper(TestCase):
""" """
Clean up Clean up
""" """
print(str(self.mocked_add_verse.call_args_list))
self.add_copyright_patcher.stop() self.add_copyright_patcher.stop()
self.add_verse_patcher.stop() self.add_verse_patcher.stop()
self.finish_patcher.stop() self.finish_patcher.stop()