aboutsummaryrefslogtreecommitdiffstats
path: root/ice_validator/tests/cached_yaml.py
diff options
context:
space:
mode:
Diffstat (limited to 'ice_validator/tests/cached_yaml.py')
-rw-r--r--ice_validator/tests/cached_yaml.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/ice_validator/tests/cached_yaml.py b/ice_validator/tests/cached_yaml.py
index 1b977a6..196d9b8 100644
--- a/ice_validator/tests/cached_yaml.py
+++ b/ice_validator/tests/cached_yaml.py
@@ -55,3 +55,6 @@ def load(fp):
if abs_path not in YAML_CACHE:
YAML_CACHE[abs_path] = yaml.safe_load(fp)
return YAML_CACHE[abs_path]
+
+
+safe_load = load