X7ROOT File Manager
Current Path:
/opt/cloudlinux/venv/lib/python3.11/site-packages/pkg_resources/tests
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
pkg_resources
/
tests
/
ðŸ“
..
📄
__init__.py
(0 B)
ðŸ“
__pycache__
ðŸ“
data
📄
test_find_distributions.py
(1.93 KB)
📄
test_integration_zope_interface.py
(1.61 KB)
📄
test_markers.py
(241 B)
📄
test_pkg_resources.py
(16.71 KB)
📄
test_resources.py
(30.52 KB)
📄
test_working_set.py
(8.4 KB)
Editing: test_markers.py
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
Upload File
Create Folder