[Python-Dev] test_doctest failing (original) (raw)

Brett Cannon brett at python.org
Sun Nov 25 03:56:59 CET 2007


On Nov 24, 2007 1:57 PM, Titus Brown <titus at caltech.edu> wrote:

On Sat, Nov 24, 2007 at 10:23:06AM -0800, Guido van Rossum wrote: -> On Nov 24, 2007 6:35 AM, <skip at pobox.com> wrote: -> > Thanks, Titus. Both the doctest and trace tests pass with your change. -> > Checked back in. I didn't run the full test suite, as testsqlite causes a -> > bus error on my Mac which I've yet to investigate. -> -> It's easy though to run all tests except a known failure: -> .../runtest.py -x testsqline

Just to make sure ... do you mean regrtest? ./python Lib/test/regrtest.py -x testsqlite ?

Yep, he means regrtest. I really need to write a "How to run and write unit test for Python and its Standard Library" some day.

-Brett



More information about the Python-Dev mailing list