[New-bugs-announce] [issue15083] Rewrite ElementTree tests in a cleaner and safer way

Eli Bendersky report at bugs.python.org
Sat Jun 16 05:52:39 CEST 2012


New submission from Eli Bendersky <eliben at gmail.com>:

As #15075 demonstrated, the ET tests are sensitive to execution order because of the way they operate.

Two sets of tests (one for the C module and one for the pure Python module) operate from the same test code, monkey-patching the imported module. This sometimes breaks. A more robust solution is needed that is completely deterministic and does not rely on import artifacts.

----------
assignee: eli.bendersky
components: Tests
messages: 162952
nosy: eli.bendersky, flox, ncoghlan
priority: normal
severity: normal
stage: needs patch
status: open
title: Rewrite ElementTree tests in a cleaner and safer way
type: behavior
versions: Python 3.3, Python 3.4

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


More information about the New-bugs-announce mailing list