示例#1
0
    def get_outputs_refs_paths():
        if settings.NO_OP:
            return None

        return get_outputs_refs_paths()
 def test_get_outputs_refs_paths_raises_out_cluster(self):
     settings.IN_CLUSTER = False
     with self.assertRaises(PolyaxonClientException):
         paths.get_outputs_refs_paths()