PATH: //opt/cloudlinux/venv/lib/python3.11/site-packages/setuptools/_distutils/tests
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
π __init__.py
β
X
π __pycache__/
X
π compat/
X
π support.py
β
X
π test_archive_util.py
β
X
π test_bdist.py
β
X
π test_bdist_dumb.py
β
X
π test_bdist_rpm.py
β
X
π test_build.py
β
X
π test_build_clib.py
β
X
π test_build_ext.py
β
X
π test_build_py.py
β
X
π test_build_scripts.py
β
X
π test_check.py
β
X
π test_clean.py
β
X
π test_cmd.py
β
X
π test_config_cmd.py
β
X
π test_core.py
β
X
π test_dir_util.py
β
X
π test_dist.py
β
X
π test_extension.py
β
X
π test_file_util.py
β
X
π test_filelist.py
β
X
π test_install.py
β
X
π test_install_data.py
β
X
π test_install_headers.py
β
X
π test_install_lib.py
β
X
π test_install_scripts.py
β
X
π test_log.py
β
X
π test_modified.py
β
X
π test_sdist.py
β
X
π test_spawn.py
β
X
π test_sysconfig.py
β
X
π test_text_file.py
β
X
π test_util.py
β
X
π test_version.py
β
X
π test_versionpredicate.py
β
X
π unix_compat.py
β
X
SAVING...
BERHASIL DIUBAH!
EDITING: test_log.py
"""Tests for distutils.log""" import logging from distutils._log import log class TestLog: def test_non_ascii(self, caplog): caplog.set_level(logging.DEBUG) log.debug('DΞ΅bug\tMΔssΓ£ge') log.fatal('FΞ±tal\tΓrrΕr') assert caplog.messages == ['DΞ΅bug\tMΔssΓ£ge', 'FΞ±tal\tΓrrΕr']
SIMPAN PERUBAHAN