How to Install and Uninstall python3-kgb.noarch Package on CentOS Stream 9
Last updated: November 25,2024
1. Install "python3-kgb.noarch" package
This is a short guide on how to install python3-kgb.noarch on CentOS Stream 9
$
sudo dnf update
Copied
$
sudo dnf install
python3-kgb.noarch
Copied
2. Uninstall "python3-kgb.noarch" package
Please follow the guidelines below to uninstall python3-kgb.noarch on CentOS Stream 9:
$
sudo dnf remove
python3-kgb.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-kgb.noarch package on CentOS Stream 9
Last metadata expiration check: 2:40:16 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-kgb
Version : 7.1.1
Release : 1.el9
Architecture : noarch
Size : 66 k
Source : python-kgb-7.1.1-1.el9.src.rpm
Repository : epel
Summary : Intercept and record calls to functions
URL : https://github.com/beanbaginc/kgb
License : MIT
Description : 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.
Available Packages
Name : python3-kgb
Version : 7.1.1
Release : 1.el9
Architecture : noarch
Size : 66 k
Source : python-kgb-7.1.1-1.el9.src.rpm
Repository : epel
Summary : Intercept and record calls to functions
URL : https://github.com/beanbaginc/kgb
License : MIT
Description : 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.