diff --git a/tests/core_tests.py b/tests/core_tests.py index dd936bb86..41cf79c9e 100644 --- a/tests/core_tests.py +++ b/tests/core_tests.py @@ -52,6 +52,10 @@ class LiveTest(TestCase): if failed: raise Exception("Failed a doctest") + def misc(self): + self.client.get('/health') + self.client.get('/ping') + def tearDown(self): pass