Changeset 334 for pyyaml/trunk/tests/lib3/test_yaml_ext.py
- Timestamp:
- 12/30/08 08:30:52 (4 years ago)
- File:
-
- 1 edited
-
pyyaml/trunk/tests/lib3/test_yaml_ext.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pyyaml/trunk/tests/lib3/test_yaml_ext.py
r331 r334 262 262 263 263 import test_tokens, test_structure, test_errors, test_resolver, test_constructor, \ 264 test_emitter, test_representer, test_recursive 264 test_emitter, test_representer, test_recursive, test_input_output 265 265 wrap_ext([test_tokens, test_structure, test_errors, test_resolver, test_constructor, 266 test_emitter, test_representer, test_recursive ])266 test_emitter, test_representer, test_recursive, test_input_output]) 267 267 268 268 if __name__ == '__main__':
Note: See TracChangeset
for help on using the changeset viewer.
