PATH:
usr
/
local
/
lib64
/
python3.9
/
site-packages
/
psutil
/
tests
# 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"])
[-] test_process_all.py
[open]
[+]
..
[+]
__pycache__
[-] test_testutils.py
[open]
[-] test_misc.py
[open]
[-] test_connections.py
[open]
[-] __main__.py
[open]
[-] test_windows.py
[open]
[-] test_memleaks.py
[open]
[-] test_unicode.py
[open]
[-] test_system.py
[open]
[-] test_sunos.py
[open]
[-] test_bsd.py
[open]
[-] __init__.py
[open]
[-] test_aix.py
[open]
[-] test_process.py
[open]
[-] test_linux.py
[open]
[-] test_contracts.py
[open]
[-] test_posix.py
[open]
[-] test_osx.py
[open]