Changeset 333 for pyyaml/trunk/tests/lib/test_yaml_ext.py
- Timestamp:
- 12/29/08 23:02:04 (4 years ago)
- File:
-
- 1 edited
-
pyyaml/trunk/tests/lib/test_yaml_ext.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pyyaml/trunk/tests/lib/test_yaml_ext.py
r330 r333 268 268 269 269 import test_tokens, test_structure, test_errors, test_resolver, test_constructor, \ 270 test_emitter, test_representer, test_recursive 270 test_emitter, test_representer, test_recursive, test_input_output 271 271 wrap_ext([test_tokens, test_structure, test_errors, test_resolver, test_constructor, 272 test_emitter, test_representer, test_recursive ])272 test_emitter, test_representer, test_recursive, test_input_output]) 273 273 274 274 if __name__ == '__main__':
Note: See TracChangeset
for help on using the changeset viewer.
