Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1180)

Unified Diff: Lib/test/test_doctest.py

Issue 815042: cross platform failure and silly test in doctest Base URL: http://svn.python.org/projects/python/trunk/
Patch Set: Created 14 years ago , Downloaded from: http://bugs.python.org/file16722/6703.silly.abspath.test.diff
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« Lib/doctest.py ('K') | « Lib/doctest.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Lib/test/test_doctest.py
===================================================================
--- Lib/test/test_doctest.py (revision 79554)
+++ Lib/test/test_doctest.py (working copy)
@@ -2201,11 +2201,11 @@
optional `module_relative` parameter:
>>> doctest.testfile('test_doctest.txt', globs=globs,
- ... module_relative='test')
+ ... module_relative=True)
TestResults(failed=0, attempted=2)
>>> doctest.master = None # Reset master.
-Verbosity can be increased with the optional `verbose` paremter:
+Verbosity can be increased with the optional `verbose` parameter:
>>> doctest.testfile('test_doctest.txt', globs=globs, verbose=True)
Trying:
« Lib/doctest.py ('K') | « Lib/doctest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b