forked from openlp/openlp
remove comments
This commit is contained in:
parent
006fdae0de
commit
f4667d8614
@ -34,16 +34,10 @@ class TestServer(TestCase, TestMixin):
|
|||||||
"""
|
"""
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
Registry.create()
|
Registry.create()
|
||||||
# self.setup_application()
|
|
||||||
# self.build_settings()
|
|
||||||
# self.openlp = OpenLP([])
|
|
||||||
with patch('PyQt5.QtNetwork.QLocalSocket'):
|
with patch('PyQt5.QtNetwork.QLocalSocket'):
|
||||||
self.server = Server()
|
self.server = Server()
|
||||||
|
|
||||||
def tearDown(self):
|
def tearDown(self):
|
||||||
# self.destroy_settings()
|
|
||||||
# del self.openlp
|
|
||||||
# self.openlp = None
|
|
||||||
self.server.close_server()
|
self.server.close_server()
|
||||||
|
|
||||||
def test_is_another_instance_running(self):
|
def test_is_another_instance_running(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user