summaryrefslogtreecommitdiff
path: root/wrappers/python/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'wrappers/python/tests.py')
-rw-r--r--wrappers/python/tests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/wrappers/python/tests.py b/wrappers/python/tests.py
index f2b01bd..5b36dfe 100644
--- a/wrappers/python/tests.py
+++ b/wrappers/python/tests.py
@@ -12,11 +12,13 @@ sys.path.append(
from selenium_eduvpn import login_eduvpn
+
def handler(_old_state, new_state, data):
if new_state == 6:
login_eduvpn(data)
return True
+
class ConfigTests(unittest.TestCase):
def testConfig(self):
_eduvpn = eduvpn.EduVPN("org.letsconnect-vpn.app.linux", "0.1.0", "testconfigs")