How to Install and Uninstall python-gabbi-doc Package on Kali Linux

Last updated: April 29,2024

1. Install "python-gabbi-doc" package

Here is a brief guide to show you how to install python-gabbi-doc on Kali Linux

$ sudo apt update $ sudo apt install python-gabbi-doc

2. Uninstall "python-gabbi-doc" package

Please follow the steps below to uninstall python-gabbi-doc on Kali Linux:

$ sudo apt remove python-gabbi-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-gabbi-doc package on Kali Linux

Package: python-gabbi-doc
Source: python-gabbi
Version: 2.4.0-2
Installed-Size: 431
Maintainer: Debian OpenStack
Architecture: all
Depends: libjs-sphinxdoc (>= 4.3)
Size: 56700
SHA256: ea3ce4c3c6bd865ac8b0b24253a5de6608e90daa0fd29359fdf837652bb1adfb
SHA1: 6ec0ec35b14a930223b82fbcf45ceff87bb8187a
MD5sum: 5dda4ca94126395b4943ec1fc0acf636
Description: declarative HTTP testing library - doc
Gabbi is a tool for running HTTP tests where requests and responses are
represented in a declarative form.
.
Gabbi works to bridge the gap between human readable YAML files that represent
HTTP requests and expected responses and the obscured realm of Python-based,
object-oriented unit tests in the style of the unittest module and its
derivatives.
.
Each YAML file represents an ordered list of HTTP requests along with the
expected responses. This allows a single file to represent a process in the
API being tested. For example:
.
* Create a resource.
* Retrieve a resource.
* Delete a resource.
* Retrieve a resource again to confirm it is gone.
.
At the same time it is still possible to ask gabbi to run just one request.
If it is in a sequence of tests, those tests prior to it in the YAML file will
be run (in order). In any single process any test will only be run once.
Concurrency is handled such that one file runs in one process.
.
These features mean that it is possible to create tests that are useful for
both humans (as tools for improving and developing APIs) and automated CI
systems.
.
This package contains the documentation.
Description-md5:
Homepage: https://github.com/cdent/gabbi
Section: doc
Priority: optional
Filename: pool/main/p/python-gabbi/python-gabbi-doc_2.4.0-2_all.deb