mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-15 12:52:28 -04:00
Remove all the extra QApplications
This commit is contained in:
parent
9dadc4a221
commit
111f69f30e
18 changed files with 22 additions and 58 deletions
|
@ -14,8 +14,6 @@ from onionshare_gui import *
|
|||
|
||||
from .commontests import CommonTests
|
||||
|
||||
app = QtWidgets.QApplication(sys.argv)
|
||||
|
||||
class OnionShareGuiTest(unittest.TestCase):
|
||||
'''Test the OnionShare GUI'''
|
||||
@classmethod
|
||||
|
@ -48,7 +46,7 @@ class OnionShareGuiTest(unittest.TestCase):
|
|||
"control_port_port": 9051,
|
||||
"downloads_dir": "/tmp/OnionShare",
|
||||
"hidservauth_string": "",
|
||||
"no_bridges": True,
|
||||
"no_bridges": True,
|
||||
"private_key": "",
|
||||
"public_mode": False,
|
||||
"receive_allow_receiver_shutdown": True,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue