mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-25 02:32:58 -03:00
Remove all the extra QApplications
This commit is contained in:
parent
8b4ef277b5
commit
f0dd76f681
18 changed files with 22 additions and 58 deletions
|
@ -14,8 +14,6 @@ from onionshare_gui import *
|
||||||
|
|
||||||
from .commontests import CommonTests
|
from .commontests import CommonTests
|
||||||
|
|
||||||
app = QtWidgets.QApplication(sys.argv)
|
|
||||||
|
|
||||||
class OnionShareGuiTest(unittest.TestCase):
|
class OnionShareGuiTest(unittest.TestCase):
|
||||||
'''Test the OnionShare GUI'''
|
'''Test the OnionShare GUI'''
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|
|
@ -14,8 +14,6 @@ from onionshare_gui import *
|
||||||
|
|
||||||
from .commontests import CommonTests
|
from .commontests import CommonTests
|
||||||
|
|
||||||
app = QtWidgets.QApplication(sys.argv)
|
|
||||||
|
|
||||||
class OnionShareGuiTest(unittest.TestCase):
|
class OnionShareGuiTest(unittest.TestCase):
|
||||||
'''Test the OnionShare GUI'''
|
'''Test the OnionShare GUI'''
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|
|
@ -14,8 +14,6 @@ from onionshare_gui import *
|
||||||
|
|
||||||
from .commontests import CommonTests
|
from .commontests import CommonTests
|
||||||
|
|
||||||
app = QtWidgets.QApplication(sys.argv)
|
|
||||||
|
|
||||||
class OnionShareGuiTest(unittest.TestCase):
|
class OnionShareGuiTest(unittest.TestCase):
|
||||||
'''Test the OnionShare GUI'''
|
'''Test the OnionShare GUI'''
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|
|
@ -14,8 +14,6 @@ from onionshare_gui import *
|
||||||
|
|
||||||
from .commontests import CommonTests
|
from .commontests import CommonTests
|
||||||
|
|
||||||
app = QtWidgets.QApplication(sys.argv)
|
|
||||||
|
|
||||||
class OnionShareGuiTest(unittest.TestCase):
|
class OnionShareGuiTest(unittest.TestCase):
|
||||||
'''Test the OnionShare GUI'''
|
'''Test the OnionShare GUI'''
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|
|
@ -14,8 +14,6 @@ from onionshare_gui import *
|
||||||
|
|
||||||
from .commontests import CommonTests
|
from .commontests import CommonTests
|
||||||
|
|
||||||
app = QtWidgets.QApplication(sys.argv)
|
|
||||||
|
|
||||||
class OnionShareGuiTest(unittest.TestCase):
|
class OnionShareGuiTest(unittest.TestCase):
|
||||||
'''Test the OnionShare GUI'''
|
'''Test the OnionShare GUI'''
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|
|
@ -14,8 +14,6 @@ from onionshare_gui import *
|
||||||
|
|
||||||
from .commontests import CommonTests
|
from .commontests import CommonTests
|
||||||
|
|
||||||
app = QtWidgets.QApplication(sys.argv)
|
|
||||||
|
|
||||||
class OnionShareGuiTest(unittest.TestCase):
|
class OnionShareGuiTest(unittest.TestCase):
|
||||||
'''Test the OnionShare GUI'''
|
'''Test the OnionShare GUI'''
|
||||||
slug = ''
|
slug = ''
|
||||||
|
|
|
@ -14,8 +14,6 @@ from onionshare_gui import *
|
||||||
|
|
||||||
from .commontests import CommonTests
|
from .commontests import CommonTests
|
||||||
|
|
||||||
app = QtWidgets.QApplication(sys.argv)
|
|
||||||
|
|
||||||
class OnionShareGuiTest(unittest.TestCase):
|
class OnionShareGuiTest(unittest.TestCase):
|
||||||
'''Test the OnionShare GUI'''
|
'''Test the OnionShare GUI'''
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|
|
@ -14,8 +14,6 @@ from onionshare_gui import *
|
||||||
|
|
||||||
from .commontests import CommonTests
|
from .commontests import CommonTests
|
||||||
|
|
||||||
app = QtWidgets.QApplication(sys.argv)
|
|
||||||
|
|
||||||
class OnionShareGuiTest(unittest.TestCase):
|
class OnionShareGuiTest(unittest.TestCase):
|
||||||
'''Test the OnionShare GUI'''
|
'''Test the OnionShare GUI'''
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|
|
@ -14,8 +14,6 @@ from onionshare_gui import *
|
||||||
|
|
||||||
from .commontests import CommonTests
|
from .commontests import CommonTests
|
||||||
|
|
||||||
app = QtWidgets.QApplication(sys.argv)
|
|
||||||
|
|
||||||
class OnionShareGuiTest(unittest.TestCase):
|
class OnionShareGuiTest(unittest.TestCase):
|
||||||
'''Test the OnionShare GUI'''
|
'''Test the OnionShare GUI'''
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|
|
@ -14,8 +14,6 @@ from onionshare_gui import *
|
||||||
|
|
||||||
from .commontests import CommonTests
|
from .commontests import CommonTests
|
||||||
|
|
||||||
app = QtWidgets.QApplication(sys.argv)
|
|
||||||
|
|
||||||
class OnionShareGuiTest(unittest.TestCase):
|
class OnionShareGuiTest(unittest.TestCase):
|
||||||
'''Test the OnionShare GUI'''
|
'''Test the OnionShare GUI'''
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|
|
@ -14,8 +14,6 @@ from onionshare_gui import *
|
||||||
|
|
||||||
from .commontests import CommonTests
|
from .commontests import CommonTests
|
||||||
|
|
||||||
app = QtWidgets.QApplication(sys.argv)
|
|
||||||
|
|
||||||
class OnionShareGuiTest(unittest.TestCase):
|
class OnionShareGuiTest(unittest.TestCase):
|
||||||
'''Test the OnionShare GUI'''
|
'''Test the OnionShare GUI'''
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|
|
@ -14,8 +14,6 @@ from onionshare_gui import *
|
||||||
|
|
||||||
from .commontests import CommonTests
|
from .commontests import CommonTests
|
||||||
|
|
||||||
app = QtWidgets.QApplication(sys.argv)
|
|
||||||
|
|
||||||
class OnionShareGuiTest(unittest.TestCase):
|
class OnionShareGuiTest(unittest.TestCase):
|
||||||
'''Test the OnionShare GUI'''
|
'''Test the OnionShare GUI'''
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|
|
@ -14,8 +14,6 @@ from onionshare_gui import *
|
||||||
|
|
||||||
from .commontests import CommonTests
|
from .commontests import CommonTests
|
||||||
|
|
||||||
app = QtWidgets.QApplication(sys.argv)
|
|
||||||
|
|
||||||
class OnionShareGuiTest(unittest.TestCase):
|
class OnionShareGuiTest(unittest.TestCase):
|
||||||
'''Test the OnionShare GUI'''
|
'''Test the OnionShare GUI'''
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|
|
@ -14,8 +14,6 @@ from onionshare_gui import *
|
||||||
|
|
||||||
from .commontests import CommonTests
|
from .commontests import CommonTests
|
||||||
|
|
||||||
app = QtWidgets.QApplication(sys.argv)
|
|
||||||
|
|
||||||
class OnionShareGuiTest(unittest.TestCase):
|
class OnionShareGuiTest(unittest.TestCase):
|
||||||
'''Test the OnionShare GUI'''
|
'''Test the OnionShare GUI'''
|
||||||
slug = ''
|
slug = ''
|
||||||
|
|
|
@ -14,8 +14,6 @@ from onionshare_gui import *
|
||||||
|
|
||||||
from .commontests import CommonTests
|
from .commontests import CommonTests
|
||||||
|
|
||||||
app = QtWidgets.QApplication(sys.argv)
|
|
||||||
|
|
||||||
class OnionShareGuiTest(unittest.TestCase):
|
class OnionShareGuiTest(unittest.TestCase):
|
||||||
'''Test the OnionShare GUI'''
|
'''Test the OnionShare GUI'''
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|
|
@ -14,8 +14,6 @@ from onionshare_gui import *
|
||||||
|
|
||||||
from .commontests import CommonTests
|
from .commontests import CommonTests
|
||||||
|
|
||||||
app = QtWidgets.QApplication(sys.argv)
|
|
||||||
|
|
||||||
class OnionShareGuiTest(unittest.TestCase):
|
class OnionShareGuiTest(unittest.TestCase):
|
||||||
'''Test the OnionShare GUI'''
|
'''Test the OnionShare GUI'''
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|
|
@ -14,8 +14,6 @@ from onionshare_gui import *
|
||||||
|
|
||||||
from .commontests import CommonTests
|
from .commontests import CommonTests
|
||||||
|
|
||||||
app = QtWidgets.QApplication(sys.argv)
|
|
||||||
|
|
||||||
class OnionShareGuiTest(unittest.TestCase):
|
class OnionShareGuiTest(unittest.TestCase):
|
||||||
'''Test the OnionShare GUI'''
|
'''Test the OnionShare GUI'''
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|
|
@ -14,8 +14,6 @@ from onionshare_gui import *
|
||||||
|
|
||||||
from .commontests import CommonTests
|
from .commontests import CommonTests
|
||||||
|
|
||||||
app = QtWidgets.QApplication(sys.argv)
|
|
||||||
|
|
||||||
class OnionShareGuiTest(unittest.TestCase):
|
class OnionShareGuiTest(unittest.TestCase):
|
||||||
'''Test the OnionShare GUI'''
|
'''Test the OnionShare GUI'''
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|
Loading…
Add table
Reference in a new issue