Skip to content

Commit

Permalink
Adding tests for ping and health enpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Mar 27, 2016
1 parent 2397645 commit 2102e04
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/core_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ def test_doctests(self):
if failed:
raise Exception("Failed a doctest")

def misc(self):
self.client.get('/health')
self.client.get('/ping')

def tearDown(self):
pass

Expand Down

0 comments on commit 2102e04

Please sign in to comment.