From 40185f6ddc9c4620c62273366a0fb491ecf2cad3 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Fri, 26 Jun 2020 14:24:07 +0200 Subject: Implement scheduler endpoints --- opendc/api/v2/schedulers/test_endpoint.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 opendc/api/v2/schedulers/test_endpoint.py (limited to 'opendc/api/v2/schedulers/test_endpoint.py') diff --git a/opendc/api/v2/schedulers/test_endpoint.py b/opendc/api/v2/schedulers/test_endpoint.py new file mode 100644 index 00000000..a0bd8758 --- /dev/null +++ b/opendc/api/v2/schedulers/test_endpoint.py @@ -0,0 +1,2 @@ +def test_get_schedulers(client): + assert '200' in client.get('/api/v2/schedulers').status -- cgit v1.2.3