| Current Path : /usr/local/python-3.13/lib/python3.13/test/test_doctest/ |
| Current File : //usr/local/python-3.13/lib/python3.13/test/test_doctest/test_doctest_skip.txt |
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