Author: Armin Rigo <[email protected]>
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.
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit