[Python-Dev] test_doctest failing
Guido van Rossum
guido at python.org
Sat Nov 24 19:23:06 CET 2007
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 test_sqlite 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 test_sqline
--
--Guido van Rossum (home page: http://www.python.org/~guido/)
More information about the Python-Dev
mailing list