This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: test_pdb doctests have been removed from its test suite
Type: behavior Stage: resolved
Components: Tests Versions: Python 3.7, Python 3.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: xdegaye Nosy List: lukasz.langa, ncoghlan, numerodix, python-dev, r.david.murray, ronaldoussoren, sam.kimbrel, sptonkin, terry.reedy, xdegaye
Priority: normal Keywords:

Created on 2016-10-02 09:20 by xdegaye, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (3)
msg277868 - (view) Author: Xavier de Gaye (xdegaye) * (Python triager) Date: 2016-10-02 09:20
Changeset ee0bbfd972de in issue 18401 has removed the doctests from the pdb test suite as can be seen by running test_pdb in verbose mode. See also msg277864 that triggered the creation of this issue.

Nosying members of the issue 18401 nosy list.
msg277873 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-10-02 09:44
New changeset 7fe1f23ec60a by Xavier de Gaye in branch '3.6':
Issue #28338: Restore test_pdb doctests.
https://hg.python.org/cpython/rev/7fe1f23ec60a

New changeset d23ac799fe83 by Xavier de Gaye in branch 'default':
Issue #28338: Merge from 3.6.
https://hg.python.org/cpython/rev/d23ac799fe83
msg278002 - (view) Author: Łukasz Langa (lukasz.langa) * (Python committer) Date: 2016-10-03 23:15
Uh oh. Sorry for the mess! If this is any consolation, that was in the heat of the sprint. Thank you for cleaning it up.
History
Date User Action Args
2022-04-11 14:58:37adminsetgithub: 72525
2016-10-03 23:15:48lukasz.langasetmessages: + msg278002
2016-10-02 09:46:22xdegayesetstatus: open -> closed
resolution: fixed
stage: resolved
2016-10-02 09:44:15python-devsetmessages: + msg277873
2016-10-02 09:20:17xdegayecreate