mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-18 22:30:20 -04:00
Fix tests
This commit is contained in:
parent
9785be0375
commit
15d66c1a6f
7 changed files with 56 additions and 79 deletions
|
@ -20,7 +20,7 @@ class LocalReceiveModeTest(unittest.TestCase, GuiReceiveTest):
|
|||
@pytest.mark.skipif(pytest.__version__ < '2.9', reason="requires newer pytest")
|
||||
def test_gui(self):
|
||||
self.run_all_common_setup_tests()
|
||||
self.run_all_receive_mode_tests(False, True)
|
||||
self.run_all_receive_mode_tests(False)
|
||||
|
||||
if __name__ == "__main__":
|
||||
unittest.main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue