✏️ 正在编辑: __main__.py
路径:
/usr/lib/fm-agent/dependencies/x86_64/linux/python3.13/psutil/tests/__main__.py
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
# 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 psutil.tests import pytest pytest.main(["-v", "-s", "--tb=short"])
💾 保存文件
← 返回文件管理器