Add more unit tests.
commit18687a8c291c5179b32efa4811aff08559920dc4
authorxi <xi@18f92427-320e-0410-9341-c67f048884a3>
Tue, 18 Apr 2006 19:33:30 +0000 (18 19:33 +0000)
committerxi <xi@18f92427-320e-0410-9341-c67f048884a3>
Tue, 18 Apr 2006 19:33:30 +0000 (18 19:33 +0000)
tree417f79a49846b1384e3fd3b9ac3100661c475a72
parent00a1a3f4c7e9e54c5c3d30a2fa3990b99ea9cad3
Add more unit tests.

git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@144 18f92427-320e-0410-9341-c67f048884a3
30 files changed:
tests/data/construct-python-bool.code [new file with mode: 0644]
tests/data/construct-python-bool.data [new file with mode: 0644]
tests/data/construct-python-complex.code [new file with mode: 0644]
tests/data/construct-python-complex.data [new file with mode: 0644]
tests/data/construct-python-float.code [new file with mode: 0644]
tests/data/construct-python-float.data [new file with mode: 0644]
tests/data/construct-python-int.code [new file with mode: 0644]
tests/data/construct-python-int.data [new file with mode: 0644]
tests/data/construct-python-long-short.code [new file with mode: 0644]
tests/data/construct-python-long-short.data [new file with mode: 0644]
tests/data/construct-python-name-module.code [new file with mode: 0644]
tests/data/construct-python-name-module.data [new file with mode: 0644]
tests/data/construct-python-none.code [new file with mode: 0644]
tests/data/construct-python-none.data [new file with mode: 0644]
tests/data/construct-python-str-ascii.code [new file with mode: 0644]
tests/data/construct-python-str-ascii.data [new file with mode: 0644]
tests/data/construct-python-str-utf8.code [new file with mode: 0644]
tests/data/construct-python-str-utf8.data [new file with mode: 0644]
tests/data/construct-python-tuple-list-dict.code [new file with mode: 0644]
tests/data/construct-python-tuple-list-dict.data [new file with mode: 0644]
tests/data/construct-python-unicode-ascii.code [new file with mode: 0644]
tests/data/construct-python-unicode-ascii.data [new file with mode: 0644]
tests/data/construct-python-unicode-utf8.code [new file with mode: 0644]
tests/data/construct-python-unicode-utf8.data [new file with mode: 0644]
tests/data/construct-str-ascii.code [new file with mode: 0644]
tests/data/construct-str-ascii.data [new file with mode: 0644]
tests/data/construct-str-utf8.code [new file with mode: 0644]
tests/data/construct-str-utf8.data [new file with mode: 0644]
tests/test_constructor.py
tests/test_representer.py