mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-03 10:00:10 -05:00
Tweaks to SettingsGuiBaseTest object
This commit is contained in:
parent
cfbfc4a666
commit
c47f974dad
@ -1,13 +1,10 @@
|
||||
import json
|
||||
import os
|
||||
import sys
|
||||
from PyQt5 import QtWidgets
|
||||
|
||||
from onionshare import strings
|
||||
from onionshare.common import Common
|
||||
from onionshare.settings import Settings
|
||||
from onionshare.onion import Onion
|
||||
from onionshare.web import Web
|
||||
from onionshare_gui import Application, OnionShare
|
||||
from onionshare_gui.settings_dialog import SettingsDialog
|
||||
|
||||
@ -31,8 +28,6 @@ class SettingsGuiBaseTest(object):
|
||||
qtapp = Application(common)
|
||||
app = OnionShare(common, testonion, True, 0)
|
||||
|
||||
web = Web(common, False, True)
|
||||
|
||||
for key, val in common.settings.default_settings.items():
|
||||
if key not in test_settings:
|
||||
test_settings[key] = val
|
||||
|
Loading…
x
Reference in New Issue
Block a user