Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
08d7bd28fecca524c648dda240022add704b8f8a
/
.
/
Lib
/
test
/
test_doctest
/
test_doctest_skip.txt
blob: 06c23d06e606a3825b9aa4278abfbea91c9123b0 [
file
]
This is a sample doctest in a text file, in which all examples are skipped.
>>> 2 + 2 # doctest: +SKIP
5
>>> 2 + 2 # doctest: +SKIP
4