We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f723db commit 6e354ddCopy full SHA for 6e354dd
Lib/test/test_doctest.py
@@ -3039,12 +3039,10 @@ def test_CLI(): r"""
3039
... '-m', 'doctest', 'nosuchfile')
3040
>>> rc, out
3041
(1, b'')
3042
- >>> if sys.platform == "vxworks":
3043
- ... err = err.replace(b'no such file', b'No such file')
3044
>>> print(normalize(err)) # doctest: +ELLIPSIS
3045
Traceback (most recent call last):
3046
...
3047
- FileNotFoundError: [Errno ...] No such file or directory: 'nosuchfile'
+ FileNotFoundError: [Errno ...] ...nosuchfile...
3048
3049
Invalid doctest option:
3050
0 commit comments