forked from openlp/openlp
Show calls to add_verse for debugging
This commit is contained in:
parent
57abcf9b40
commit
3e1ed273be
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user