From db979d36d0b9693cc81ffa0bdd29364c6218fc95 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Wed, 24 Jun 2020 13:26:56 +0200 Subject: Add working test setup --- opendc/api/v2/users/test_endpoint.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 opendc/api/v2/users/test_endpoint.py (limited to 'opendc/api/v2/users/test_endpoint.py') diff --git a/opendc/api/v2/users/test_endpoint.py b/opendc/api/v2/users/test_endpoint.py new file mode 100644 index 00000000..ffe2ce02 --- /dev/null +++ b/opendc/api/v2/users/test_endpoint.py @@ -0,0 +1,2 @@ +def test_get_user_missing_parameter(client): + print(client.get('/api/v2/users')) -- cgit v1.2.3