Sign in
◑
Theme
chromium
/
external
/
github.com
/
python
/
cpython
/
fb8d8d9c9f9cbc94fa58887e13e63bf33fe0caac
/
.
/
Lib
/
test
/
test_doctest
/
test_doctest_skip2.txt
blob: 85e4938c346a09384e2d0414651ef8910251b3a2 [
file
]
This is a sample doctest in a text file, in which some examples are skipped.
>>> 2 + 2 # doctest: +SKIP
5
>>> 2 + 2
4