summaryrefslogtreecommitdiffstats
path: root/Lib/test/output/test_pyexpat
Commit message (Collapse)AuthorAgeFilesLines
* Update test to accomodate the change to the namespace_separator parameterFred Drake2001-04-251-3/+9
| | | | | | | of ParserCreate(). Added assignment tests for the ordered_attributes and specified_attributes values, similar to the checks for the returns_unicode attribute.
* Fix the test output, now that escapes in repr() of string and UnicodeGuido van Rossum2001-01-241-3/+3
| | | | are different (Ping couldn't test this).
* This patch makes sure that the function name always appears in the errorKa-Ping Yee2001-01-151-1/+1
| | | | | | | message, and tries to make the messages more consistent and helpful when the wrong number of arguments or duplicate keyword arguments are supplied. Comes with more tests for test_extcall.py and and an update to an error message in test/output/test_pyexpat.
* The "context" parameter to the ExternalEntityRefParameter exposes internalFred Drake2000-12-231-3/+12
| | | | | | | | | information from the Expat library that is not part of its public API. Do not print this information as the format of the string may (and will) change as Expat evolves. Add additional tests to make sure the ParserCreate() function raises the right exceptions on illegal parameters.
* Revise the test case for pyexpat to avoid using asserts. Conform betterFred Drake2000-09-211-0/+4
| | | | to the Python style guide, and remove unneeded imports.
* Change pyexpat test suite to exercise the .returns_unicode attribute,Andrew M. Kuchling2000-06-271-10/+70
| | | | parsing the sample data once with 8-bit strings and once with Unicode.
* Added test case output for pyexpat moduleAndrew M. Kuchling2000-03-311-0/+31