Beispiel #1
0
 def test_run_host_check_exc(self):
     """Test the decorator (should move this to decorator tests)"""
     res = run_host_check('/bin')
Beispiel #2
0
 def test_run_host_check(self):
     """Requires live internet in test env"""
     res = run_host_check()