PATH:
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
pkg_resources
/
tests
from unittest import mock from pkg_resources import evaluate_marker @mock.patch('platform.python_version', return_value='2.7.10') def test_ordering(python_version_mock): assert evaluate_marker("python_full_version > '2.7.3'") is True
[+]
..
[-] test_working_set.py
[open]
[-] test_pkg_resources.py
[open]
[+]
__pycache__
[-] test_integration_zope_interface.py
[open]
[-] test_resources.py
[open]
[+]
data
[-] test_find_distributions.py
[open]
[-] test_markers.py
[open]
[-] __init__.py
[open]