summaryrefslogtreecommitdiff
path: root/tests/local_onionshare_settings_dialog_v3_tor_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/local_onionshare_settings_dialog_v3_tor_test.py')
-rw-r--r--tests/local_onionshare_settings_dialog_v3_tor_test.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/local_onionshare_settings_dialog_v3_tor_test.py b/tests/local_onionshare_settings_dialog_v3_tor_test.py
index cb10f8c9..1dd17c0f 100644
--- a/tests/local_onionshare_settings_dialog_v3_tor_test.py
+++ b/tests/local_onionshare_settings_dialog_v3_tor_test.py
@@ -1,4 +1,5 @@
#!/usr/bin/env python3
+import pytest
import unittest
from onionshare import strings
@@ -14,6 +15,7 @@ class SettingsGuiTest(unittest.TestCase, SettingsGuiBaseTest):
def tearDownClass(cls):
SettingsGuiBaseTest.tear_down()
+ @pytest.mark.gui
def test_gui_v3_tor(self):
self.gui.onion = OnionStub(True, True)
self.gui.reload_settings()