summaryrefslogtreecommitdiff
path: root/tests3/test_yaml.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests3/test_yaml.py')
-rw-r--r--tests3/test_yaml.py17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests3/test_yaml.py b/tests3/test_yaml.py
new file mode 100644
index 0000000..d195e1a
--- /dev/null
+++ b/tests3/test_yaml.py
@@ -0,0 +1,17 @@
+
+from test_mark import *
+from test_reader import *
+from test_canonical import *
+from test_tokens import *
+from test_structure import *
+from test_errors import *
+from test_resolver import *
+from test_constructor import *
+from test_emitter import *
+from test_representer import *
+from test_recursive import *
+
+if __name__ == '__main__':
+ import test_appliance
+ test_appliance.run(globals())
+