mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-07 08:55:12 -04:00
Adds bash script to run GUI tests individually
This commit is contained in:
parent
145021b2e5
commit
d417754e45
4 changed files with 32 additions and 5 deletions
|
@ -71,6 +71,7 @@ class GuiBaseTest(unittest.TestCase):
|
|||
@classmethod
|
||||
def tearDownClass(cls):
|
||||
# Quit
|
||||
cls.gui.qtapp.clipboard().clear()
|
||||
QtCore.QTimer.singleShot(200, cls.gui.close_dialog.accept_button.click)
|
||||
cls.gui.close()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue