diff options
Diffstat (limited to 'tests/lib/test_yaml.py')
-rw-r--r-- | tests/lib/test_yaml.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lib/test_yaml.py b/tests/lib/test_yaml.py index 7b3d8f9..a5c10a3 100644 --- a/tests/lib/test_yaml.py +++ b/tests/lib/test_yaml.py @@ -1,4 +1,5 @@ +from test_dump_load import * from test_mark import * from test_reader import * from test_canonical import * |