def get_data_paths(): if settings.NO_OP: return None return get_data_paths()
def test_get_data_paths_raises_out_cluster(self): settings.IN_CLUSTER = False with self.assertRaises(PolyaxonClientException): paths.get_data_paths()