From da19fd01f9f4ace621165b24aca8b25ca36cfa23 Mon Sep 17 00:00:00 2001 From: Jakob Schlyter Date: Wed, 12 Jun 2024 16:57:36 +0200 Subject: [PATCH] init --- tests/test_client.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/test_client.py diff --git a/tests/test_client.py b/tests/test_client.py new file mode 100644 index 0000000..8ffca73 --- /dev/null +++ b/tests/test_client.py @@ -0,0 +1,7 @@ +from chargeamps.external import ChargeAmpsExternalClient + + +def test_external_client(): + _ = ChargeAmpsExternalClient( + email="user@example.com", password="mekmitasdigoat", api_key="xyzzy" + )