PATH: //opt/cloudlinux/venv/lib64/python3.11/site-packages/psutil/tests
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 __init__.py
↓
X
📄 __main__.py
↓
X
📁 __pycache__/
X
📄 runner.py
↓
X
📄 test_aix.py
↓
X
📄 test_bsd.py
↓
X
📄 test_connections.py
↓
X
📄 test_contracts.py
↓
X
📄 test_linux.py
↓
X
📄 test_memleaks.py
↓
X
📄 test_misc.py
↓
X
📄 test_osx.py
↓
X
📄 test_posix.py
↓
X
📄 test_process.py
↓
X
📄 test_sunos.py
↓
X
📄 test_system.py
↓
X
📄 test_testutils.py
↓
X
📄 test_unicode.py
↓
X
📄 test_windows.py
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: __main__.py
#!/usr/bin/env python3 # Copyright (c) 2009, Giampaolo Rodola'. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. """ Run unit tests. This is invoked by: $ python -m psutil.tests """ from .runner import main main()
SIMPAN PERUBAHAN