[issue40372] doctest example programs should exit 1 if any test fails

2020-05-24 Thread Raymond Hettinger
Change by Raymond Hettinger : -- assignee: docs@python -> tim.peters ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubs

[issue40372] doctest example programs should exit 1 if any test fails

2020-04-26 Thread Rémi Lapeyre
Change by Rémi Lapeyre : -- nosy: +remi.lapeyre, tim.peters versions: -Python 2.7, Python 3.5, Python 3.6 ___ Python tracker ___ ___

[issue40372] doctest example programs should exit 1 if any test fails

2020-04-23 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 2.0 -> 3.0 pull_requests: +18997 stage: -> patch review pull_request: https://github.com/python/cpython/pull/19673 ___ Python tracker _

[issue40372] doctest example programs should exit 1 if any test fails

2020-04-23 Thread Andreas Sommer
New submission from Andreas Sommer : Documentation recommends calling `doctest.testmod()`, but exits with code 0 even if a test fails. -- assignee: docs@python components: Documentation messages: 367086 nosy: Andreas Sommer, docs@python priority: normal severity: normal status: open ti