[issue15083] Rewrite ElementTree tests in a cleaner and safer way

Serhiy Storchaka report at bugs.python.org
Mon Feb 25 15:11:16 CET 2013


Serhiy Storchaka added the comment:

This patch is for default branch. It applied to 3.3 too.

> The next logical step is to make all test classes in test_xml_etree accept the ET module in some way and store it, using it to get classes & function. I.e. no more global "ET" and "pyET" at all. Would you like to add this to your patch?

I was going to do this on the next step, but if you prefer I can prepare a single patch. But it seems to me that more simple patches are easier to review.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15083>
_______________________________________


More information about the Python-bugs-list mailing list