Make it so GUI tests only run with --rungui

This commit is contained in:
Micah Lee 2019-01-15 21:52:42 -08:00
parent 67982ac133
commit ecc9ef705a
33 changed files with 68 additions and 7 deletions

View file

@ -16,6 +16,7 @@ class ReceiveModeTest(unittest.TestCase, TorGuiReceiveTest):
def tearDownClass(cls):
TorGuiReceiveTest.tear_down()
@pytest.mark.gui
@pytest.mark.tor
def test_gui(self):
self.run_all_common_setup_tests()