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 eli.bendersky
Recipients eli.bendersky, flox, ncoghlan
Date 2012-06-16.03:52:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339818759.87.0.747348787779.issue15083@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-06-16 03:52:39eli.benderskysetrecipients: + eli.bendersky, ncoghlan, flox
2012-06-16 03:52:39eli.benderskysetmessageid: <1339818759.87.0.747348787779.issue15083@psf.upfronthosting.co.za>
2012-06-16 03:52:39eli.benderskylinkissue15083 messages
2012-06-16 03:52:38eli.benderskycreate