[issue1530] doctest should return error if not all tests passed

2007-12-10 Thread Miki Tebeka
Miki Tebeka added the comment: Thank you for accepting it :) __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1530 __ ___ Python-bugs-list mailing list Unsubscribe:

[issue1530] doctest should return error if not all tests passed

2007-12-07 Thread Alexandre Vassalotti
Alexandre Vassalotti added the comment: Committed in r59411. Thanks! -- resolution: - accepted status: open - closed __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1530 __

[issue1530] doctest should return error if not all tests passed

2007-12-07 Thread Alexandre Vassalotti
Alexandre Vassalotti added the comment: Looks good to me. Here's slightly modified patch ready to be committed. -- keywords: +patch nosy: +alexandre.vassalotti priority: - low Added file: http://bugs.python.org/file8893/doctest.patch __ Tracker [EMAIL

[issue1530] doctest should return error if not all tests passed

2007-11-30 Thread Miki Tebeka
New submission from Miki Tebeka: python -mdoctest mymodule should return an error to the OS when a test fails. See patch. -- components: Library (Lib) files: doctest.py.diff messages: 58020 nosy: tebeka severity: normal status: open title: doctest should return error if not all tests