summaryrefslogtreecommitdiff
path: root/tests/lib3/test_yaml_ext.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib3/test_yaml_ext.py')
-rw-r--r--tests/lib3/test_yaml_ext.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lib3/test_yaml_ext.py b/tests/lib3/test_yaml_ext.py
index 8e36e5d..93d397b 100644
--- a/tests/lib3/test_yaml_ext.py
+++ b/tests/lib3/test_yaml_ext.py
@@ -261,9 +261,9 @@ def wrap_ext(collections):
globals()[function.__name__] = function
import test_tokens, test_structure, test_errors, test_resolver, test_constructor, \
- test_emitter, test_representer, test_recursive
+ test_emitter, test_representer, test_recursive, test_input_output
wrap_ext([test_tokens, test_structure, test_errors, test_resolver, test_constructor,
- test_emitter, test_representer, test_recursive])
+ test_emitter, test_representer, test_recursive, test_input_output])
if __name__ == '__main__':
import test_appliance