Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
jschlyter committed Jun 12, 2024
1 parent ac7e38e commit da19fd0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/test_client.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
from chargeamps.external import ChargeAmpsExternalClient


def test_external_client():
_ = ChargeAmpsExternalClient(
email="[email protected]", password="mekmitasdigoat", api_key="xyzzy"
)

0 comments on commit da19fd0

Please sign in to comment.