summaryrefslogtreecommitdiff
path: root/wrappers/python/tests.py
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2023-10-25 14:14:17 +0200
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2023-10-25 16:34:13 +0200
commit67161ca7b0cbcd2a37a51c7fd8fcfdbe0c577293 (patch)
treebaeccb61d27e923d3db29bd870faa728bb25bf1f /wrappers/python/tests.py
parent7a4a4b9a648fb072d9641abac893731770d7f028 (diff)
Format: Run Black
Diffstat (limited to 'wrappers/python/tests.py')
-rw-r--r--wrappers/python/tests.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/wrappers/python/tests.py b/wrappers/python/tests.py
index bd8b4eb..f7b8117 100644
--- a/wrappers/python/tests.py
+++ b/wrappers/python/tests.py
@@ -18,7 +18,9 @@ from selenium_eduvpn import login_eduvpn
class ConfigTests(unittest.TestCase):
def testConfig(self):
- _eduvpn = eduvpn.EduVPN("org.letsconnect-vpn.app.linux", "0.1.0", "testconfigs", "en")
+ _eduvpn = eduvpn.EduVPN(
+ "org.letsconnect-vpn.app.linux", "0.1.0", "testconfigs", "en"
+ )
# This can throw an exception
_eduvpn.register()
@@ -40,7 +42,9 @@ class ConfigTests(unittest.TestCase):
_eduvpn.deregister()
def testDoubleRegister(self):
- _eduvpn = eduvpn.EduVPN("org.letsconnect-vpn.app.linux", "0.1.0", "testconfigs", "en")
+ _eduvpn = eduvpn.EduVPN(
+ "org.letsconnect-vpn.app.linux", "0.1.0", "testconfigs", "en"
+ )
# This can throw an exception
_eduvpn.register()
# This should throw