0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 16:45:42 +01:00
cpython/Lib/test/test_doctest/test_doctest_skip.txt

5 lines
111 B
Plaintext
Raw Permalink Normal View History

This is a sample doctest in a text file, in which all examples are skipped.
>>> 2 + 2 # doctest: +SKIP
5