PATH: //opt/alt/python311/lib64/python3.11/test/test_doctest
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 __init__.py
↓
X
📁 __pycache__/
X
📄 decorator_mod.py
↓
X
📄 doctest_aliases.py
↓
X
📄 doctest_lineno.py
↓
X
📄 sample_doctest.py
↓
X
📄 sample_doctest_no_docstrings.py
↓
X
📄 sample_doctest_no_doctests.py
↓
X
📄 test_doctest.py
↓
X
📄 test_doctest.txt
↓
X
📄 test_doctest2.py
↓
X
📄 test_doctest2.txt
↓
X
📄 test_doctest3.txt
↓
X
📄 test_doctest4.txt
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: test_doctest.txt
This is a sample doctest in a text file. In this example, we'll rely on a global variable being set for us already: >>> favorite_color 'blue' We can make this fail by disabling the blank-line feature. >>> if 1: ... print('a') ... print() ... print('b') a <BLANKLINE> b
SIMPAN PERUBAHAN