summaryrefslogtreecommitdiff
path: root/tests/local_onionshare_share_mode_timer_too_short_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/local_onionshare_share_mode_timer_too_short_test.py')
-rw-r--r--tests/local_onionshare_share_mode_timer_too_short_test.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/local_onionshare_share_mode_timer_too_short_test.py b/tests/local_onionshare_share_mode_timer_too_short_test.py
index 41c30883..8d22048d 100644
--- a/tests/local_onionshare_share_mode_timer_too_short_test.py
+++ b/tests/local_onionshare_share_mode_timer_too_short_test.py
@@ -1,4 +1,5 @@
#!/usr/bin/env python3
+import pytest
import unittest
from PyQt5 import QtCore, QtTest
@@ -17,6 +18,7 @@ class LocalShareModeTimerTooShortTest(unittest.TestCase, GuiShareTest):
def tearDownClass(cls):
GuiShareTest.tear_down()
+ @pytest.mark.gui
def test_gui(self):
self.run_all_common_setup_tests()
self.run_all_share_mode_setup_tests()