mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-28 17:17:34 -04:00
Adds bash script to run GUI tests individually
This commit is contained in:
parent
b129ffba86
commit
acd41b3b70
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