summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTina Müller <cpan2@tinita.de>2018-11-21 20:15:16 +0100
committerTina Müller <cpan2@tinita.de>2018-11-21 20:15:16 +0100
commit8f21273d03db5c473896a90f39193a2e3fef3a82 (patch)
tree6d43a31af4020b1b8948a18798547773638f0e56
parent425e4541a103f7d3680fbb81b2d0257f52336e8b (diff)
downloadpyyaml-git-release/4.3.tar.gz
Add test_sort_keys to test_yamlrelease/4.3
-rw-r--r--tests/lib/test_yaml.py1
-rw-r--r--tests/lib3/test_yaml.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/lib/test_yaml.py b/tests/lib/test_yaml.py
index 0927368..e26342d 100644
--- a/tests/lib/test_yaml.py
+++ b/tests/lib/test_yaml.py
@@ -11,6 +11,7 @@ from test_emitter import *
from test_representer import *
from test_recursive import *
from test_input_output import *
+from test_sort_keys import *
if __name__ == '__main__':
import test_appliance
diff --git a/tests/lib3/test_yaml.py b/tests/lib3/test_yaml.py
index 0927368..e26342d 100644
--- a/tests/lib3/test_yaml.py
+++ b/tests/lib3/test_yaml.py
@@ -11,6 +11,7 @@ from test_emitter import *
from test_representer import *
from test_recursive import *
from test_input_output import *
+from test_sort_keys import *
if __name__ == '__main__':
import test_appliance