This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author John.Chandler
Recipients John.Chandler
Date 2011-08-23.03:54:17
SpamBayes Score 2.7454114e-06
Marked as misclassified No
Message-id <1314071659.09.0.625804560965.issue12820@psf.upfronthosting.co.za>
In-reply-to
Content
The Lib/xml/dom/minicompat.py module doesn't appear to have any test coverage, probably because it's not the largest or most exciting of modules! :-) I therefore attach a patch to add test coverage for the EmptyNodeList and NodeList classes. I can add tests for the defproperty function if this patch proves acceptable.

The patch adds a new file (Lib/test/test_xml_dom_minicompat.py) and modifies one line of an existing file (Lib/test/xmltests.py)

I've used Python 3.3.0a0, courtesy of Brett's devinabox, but should be back-portable to older versions of Python.
History
Date User Action Args
2011-08-23 03:54:19John.Chandlersetrecipients: + John.Chandler
2011-08-23 03:54:19John.Chandlersetmessageid: <1314071659.09.0.625804560965.issue12820@psf.upfronthosting.co.za>
2011-08-23 03:54:18John.Chandlerlinkissue12820 messages
2011-08-23 03:54:18John.Chandlercreate