From e361ec863961982e01f3d7f5842245dac88a05fd Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Wed, 12 Apr 2023 22:48:02 +0200 Subject: Format: Run gofumpt (Go) + black (py) --- wrappers/python/tests.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wrappers/python/tests.py') 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") -- cgit v1.2.3