[pypy-commit] pypy py3.5: line number changed

arigo pypy.commits at gmail.com
Mon Feb 20 05:03:01 EST 2017


Author: Armin Rigo <arigo at tunes.org>
Branch: py3.5
Changeset: r90221:803933b393b9
Date: 2017-02-20 11:02 +0100
http://bitbucket.org/pypy/pypy/changeset/803933b393b9/

Log:	line number changed

diff --git a/lib-python/3/test/test_doctest.py b/lib-python/3/test/test_doctest.py
--- a/lib-python/3/test/test_doctest.py
+++ b/lib-python/3/test/test_doctest.py
@@ -436,7 +436,7 @@
     >>> tests = finder.find(sample_func)
 
     >>> print(tests)  # doctest: +ELLIPSIS
-    [<DocTest sample_func from ...:19 (1 example)>]
+    [<DocTest sample_func from ...:20 (1 example)>]
 
 The exact name depends on how test_doctest was invoked, so allow for
 leading path components.


More information about the pypy-commit mailing list