Thu, 21 May 2026 04:27:20 CST | login

Information for RPM python3-kgb-7.1.1-2.ocs23.noarch.rpm

ID198016
Namepython3-kgb
Version7.1.1
Release2.ocs23
Epoch
Archnoarch
SummaryIntercept and record calls to functions
DescriptionEver deal with a large test suite before, monkey patching functions to figure out whether it was called as expected? It’s a dirty job. If you’re not careful, you can make a mess of things. Leave behind evidence. kgb’s spies will take care of that little problem for you. What are spies? Spies intercept and record calls to functions. They can report on how many times a function was called and with what arguments. They can allow the function call to go through as normal, to block it, or to reroute it to another function. Spies are awesome. (If you’ve used Jasmine, you know this.) Spies are like mocks, but better. You’re not mocking the world. You’re replacing very specific function logic, or listening to functions without altering them.
Build Time2024-09-04 07:02:28 GMT
Size78.83 KB
b966fd53e667b2fb117906e2283e9cff
LicenseMIT
Buildrootdist-ocs23-build-268398-25740
Provides
python-kgb = 7.1.1-2.ocs23
python3-kgb = 7.1.1-2.ocs23
python3.11-kgb = 7.1.1-2.ocs23
python3.11dist(kgb) = 7.1.1
python3dist(kgb) = 7.1.1
Obsoletes
python3.11-kgb < 7.1.1-2.ocs23
Conflicts No Conflicts
Requires
python(abi) = 3.11
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PartialHardlinkSets) <= 4.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1
Recommends No Recommends
Suggests No Suggests
Supplements No Supplements
Enhances No Enhances
Files
Page:
1 through 50 of 52 >>>
Name ascending sort Size
/usr/lib/python3.11/site-packages/kgb0.00 B
/usr/lib/python3.11/site-packages/kgb-7.1.1.dist-info0.00 B
/usr/lib/python3.11/site-packages/kgb-7.1.1.dist-info/AUTHORS72.00 B
/usr/lib/python3.11/site-packages/kgb-7.1.1.dist-info/INSTALLER4.00 B
/usr/lib/python3.11/site-packages/kgb-7.1.1.dist-info/LICENSE1.03 KB
/usr/lib/python3.11/site-packages/kgb-7.1.1.dist-info/METADATA20.27 KB
/usr/lib/python3.11/site-packages/kgb-7.1.1.dist-info/WHEEL110.00 B
/usr/lib/python3.11/site-packages/kgb-7.1.1.dist-info/entry_points.txt35.00 B
/usr/lib/python3.11/site-packages/kgb-7.1.1.dist-info/top_level.txt4.00 B
/usr/lib/python3.11/site-packages/kgb/__init__.py2.07 KB
/usr/lib/python3.11/site-packages/kgb/__pycache__0.00 B
/usr/lib/python3.11/site-packages/kgb/__pycache__/__init__.cpython-311.opt-1.pyc2.62 KB
/usr/lib/python3.11/site-packages/kgb/__pycache__/__init__.cpython-311.pyc2.62 KB
/usr/lib/python3.11/site-packages/kgb/__pycache__/agency.cpython-311.opt-1.pyc33.65 KB
/usr/lib/python3.11/site-packages/kgb/__pycache__/agency.cpython-311.pyc33.69 KB
/usr/lib/python3.11/site-packages/kgb/__pycache__/asserts.cpython-311.opt-1.pyc854.00 B
/usr/lib/python3.11/site-packages/kgb/__pycache__/asserts.cpython-311.pyc854.00 B
/usr/lib/python3.11/site-packages/kgb/__pycache__/calls.cpython-311.opt-1.pyc5.63 KB
/usr/lib/python3.11/site-packages/kgb/__pycache__/calls.cpython-311.pyc5.63 KB
/usr/lib/python3.11/site-packages/kgb/__pycache__/contextmanagers.cpython-311.opt-1.pyc1.73 KB
/usr/lib/python3.11/site-packages/kgb/__pycache__/contextmanagers.cpython-311.pyc1.73 KB
/usr/lib/python3.11/site-packages/kgb/__pycache__/errors.cpython-311.opt-1.pyc4.30 KB
/usr/lib/python3.11/site-packages/kgb/__pycache__/errors.cpython-311.pyc4.30 KB
/usr/lib/python3.11/site-packages/kgb/__pycache__/ops.cpython-311.opt-1.pyc24.23 KB
/usr/lib/python3.11/site-packages/kgb/__pycache__/ops.cpython-311.pyc24.40 KB
/usr/lib/python3.11/site-packages/kgb/__pycache__/pycompat.cpython-311.opt-1.pyc1.18 KB
/usr/lib/python3.11/site-packages/kgb/__pycache__/pycompat.cpython-311.pyc1.18 KB
/usr/lib/python3.11/site-packages/kgb/__pycache__/pytest_plugin.cpython-311.opt-1.pyc898.00 B
/usr/lib/python3.11/site-packages/kgb/__pycache__/pytest_plugin.cpython-311.pyc898.00 B
/usr/lib/python3.11/site-packages/kgb/__pycache__/signature.cpython-311.opt-1.pyc23.20 KB
/usr/lib/python3.11/site-packages/kgb/__pycache__/signature.cpython-311.pyc23.20 KB
/usr/lib/python3.11/site-packages/kgb/__pycache__/spies.cpython-311.opt-1.pyc35.24 KB
/usr/lib/python3.11/site-packages/kgb/__pycache__/spies.cpython-311.pyc35.51 KB
/usr/lib/python3.11/site-packages/kgb/__pycache__/utils.cpython-311.opt-1.pyc3.54 KB
/usr/lib/python3.11/site-packages/kgb/__pycache__/utils.cpython-311.pyc3.54 KB
/usr/lib/python3.11/site-packages/kgb/agency.py30.59 KB
/usr/lib/python3.11/site-packages/kgb/asserts.py437.00 B
/usr/lib/python3.11/site-packages/kgb/calls.py4.20 KB
/usr/lib/python3.11/site-packages/kgb/contextmanagers.py1.23 KB
/usr/lib/python3.11/site-packages/kgb/errors.py2.66 KB
/usr/lib/python3.11/site-packages/kgb/ops.py19.92 KB
/usr/lib/python3.11/site-packages/kgb/pycompat.py409.00 B
/usr/lib/python3.11/site-packages/kgb/pytest_plugin.py392.00 B
/usr/lib/python3.11/site-packages/kgb/signature.py24.38 KB
/usr/lib/python3.11/site-packages/kgb/spies.py41.14 KB
/usr/lib/python3.11/site-packages/kgb/utils.py2.58 KB
/usr/share/doc/python3-kgb0.00 B
/usr/share/doc/python3-kgb/AUTHORS72.00 B
/usr/share/doc/python3-kgb/NEWS.rst11.95 KB
/usr/share/doc/python3-kgb/README.rst19.01 KB
Component of No Buildroots