diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-04-12 22:48:02 +0200 |
|---|---|---|
| committer | Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> | 2023-09-25 09:43:37 +0200 |
| commit | e361ec863961982e01f3d7f5842245dac88a05fd (patch) | |
| tree | ce5a92cc598d62c9a3c950d5c7bc742405943f64 /wrappers/python/tests.py | |
| parent | 1e54063813efb6e822df36ad39d7f889a7f2e38b (diff) | |
Format: Run gofumpt (Go) + black (py)
Diffstat (limited to 'wrappers/python/tests.py')
| -rw-r--r-- | wrappers/python/tests.py | 2 |
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") |
