Fedora Packages

python3-kgb Subpackage of python-kgb

Intercept and record calls to functions

Ever 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.

Releases Overview

Release Stable Testing
Fedora Rawhide 7.1.1-6.fc40 -
Fedora 40 7.1.1-6.fc40 -
Fedora 39 7.1.1-4.fc39 -
Fedora 38 7.1.1-2.fc38 -
EPEL 9 7.1.1-1.el9 -
EPEL 8 7.1.1-1.el8 -
File a new bug report »
Package Info
Related Packages

You can contact the maintainers of this package via email at python-kgb dash maintainers at fedoraproject dot org.



Sources on Pagure