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