Add Settings GUI test

This commit is contained in:
Miguel Jacq 2018-10-16 15:53:35 +11:00
parent cc49589080
commit fea34c0f34
No known key found for this signature in database
GPG key ID: EEA4341C6D97A0B6
25 changed files with 314 additions and 0 deletions

View file

@ -12,6 +12,10 @@ class ReceiveModeTest(unittest.TestCase, TorGuiReceiveTest):
}
cls.gui = TorGuiReceiveTest.set_up(test_settings, 'ReceiveModeTest')
@classmethod
def tearDownClass(cls):
TorGuiReceiveTest.tear_down()
@pytest.mark.tor
def test_gui(self):
self.run_all_common_setup_tests()