forked from openlp/openlp
missed test name
This commit is contained in:
parent
0a695ea7e6
commit
70d2d73171
@ -58,7 +58,7 @@ class TestHttpServer(TestCase):
|
|||||||
|
|
||||||
@patch('openlp.core.api.http.server.HttpWorker')
|
@patch('openlp.core.api.http.server.HttpWorker')
|
||||||
@patch('openlp.core.api.http.server.QtCore.QThread')
|
@patch('openlp.core.api.http.server.QtCore.QThread')
|
||||||
def test_server_start(self, mock_qthread, mock_thread):
|
def test_server_start_not_required(self, mock_qthread, mock_thread):
|
||||||
"""
|
"""
|
||||||
Test the starting of the Waitress Server with the disable flag set off
|
Test the starting of the Waitress Server with the disable flag set off
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user