summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_xml_etree.py
Commit message (Collapse)AuthorAgeFilesLines
* added encoding tests to ElementTree/cElementTree testsFredrik Lundh2005-12-161-9/+16
|
* Subversion settings:Armin Rigo2005-12-141-339/+339
| | | | | | | | | svn:ignore *.pyc *.pyo svn:eol-style native The .py files appear to have been checked in with Windows or inconsistent line endings. The current check-in disrupts the 'svn blame', but hopefully it is irrelevant for freshly imported code.
* move the xml package implementation to xmlcore, and adjust the tests toFred Drake2005-12-141-10/+10
| | | | | test that package, not the xmlcore/PyXML switcheroo fiasco in the xml module/package
* added xml.etree test (enough of the ElementTree selftest toFredrik Lundh2005-12-121-0/+339
make sure that all included components work)