Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
2f4eb34bd23d57d38f81da561e889c60fca244cd
/
.
/
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