Adding tests for ping and health enpoint
This commit is contained in:
parent
2397645ed4
commit
2102e04fec
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue