Activity log for bug #270930

Date Who What changed Old value New value Message
2008-09-16 14:56:43 Jim Fulton bug added bug
2010-06-16 09:24:40 Christian Theune description The function _prepare_doctest_keywords is used to set up doctest-bases test suites. It creates a single HTTPCaller instance that is shared among tests in the test suite. This is problematic because HTTPCaller keeps cookie state. Sharing it among tests in a suite can cause tests to interfere with one another. An easy fix is to have the HTTPCaller created in the setUp function installed by _prepare_doctest_keywords. The function _prepare_doctest_keywords is used to set up doctest-based test suites. It creates a single HTTPCaller instance that is shared among tests in the test suite. This is problematic because HTTPCaller keeps cookie state. Sharing it among tests in a suite can cause tests to interfere with one another. An easy fix is to have the HTTPCaller created in the setUp function installed by _prepare_doctest_keywords.
2010-06-16 09:25:56 Christian Theune bug task added zope.app.testing
2010-06-16 09:26:02 Christian Theune zope3: status New Won't Fix
2010-06-16 09:26:05 Christian Theune zope.app.testing: status New Fix Released