[issue23584] test_doctest lineendings fails in verbose mode

John Beck report at bugs.python.org
Wed Mar 4 17:40:31 CET 2015


New submission from John Beck:

Issue 8473 fixed a problem with lineendings in test_doctest, but it
appears not to work in verbose mode.  Adding verbose=False to the
doctest.testfile() invocations in test_lineendings() fixes this.
Attaching a patch to fix this for both 2.7 and 3.4.

----------
components: Tests
files: new.patch
keywords: patch
messages: 237191
nosy: jbeck
priority: normal
severity: normal
status: open
title: test_doctest lineendings fails in verbose mode
versions: Python 2.7, Python 3.4
Added file: http://bugs.python.org/file38331/new.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23584>
_______________________________________


More information about the Python-bugs-list mailing list