forked from openlp/openlp
Add a mock main_window
This commit is contained in:
parent
a4bd979f19
commit
7239b1e400
@ -38,6 +38,7 @@ class TestBibleHTTP(TestCase):
|
||||
Registry.create()
|
||||
Registry().register('service_list', MagicMock())
|
||||
Registry().register('application', MagicMock())
|
||||
Registry().register('main_window', MagicMock())
|
||||
|
||||
def test_bible_gateway_extract_books(self):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user