Skip to content

Commit

Permalink
Enh: Test - Add unittest call to main
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Coavoux committed Jul 7, 2015
1 parent d25f772 commit c91a918
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/test_http_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,7 @@ def test_put(self):
class Test_Alignak_Http_Client_With_CherrPy_Backend(Test_Alignak_Http_Client):

http_backend = 'cherrypy' # ho well


if __name__ == '__main__':
unittest.main()

0 comments on commit c91a918

Please sign in to comment.