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