How to Install and Uninstall python-gabbi-doc Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 08,2024

1. Install "python-gabbi-doc" package

This tutorial shows how to install python-gabbi-doc on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "python-gabbi-doc" package

This guide let you learn how to uninstall python-gabbi-doc on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python-gabbi-doc package on Ubuntu 21.10 (Impish Indri)

Package: python-gabbi-doc
Architecture: all
Version: 2.0.1-1
Priority: optional
Section: universe/doc
Source: python-gabbi
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OpenStack
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 398
Depends: libjs-sphinxdoc (>= 1.0)
Filename: pool/universe/p/python-gabbi/python-gabbi-doc_2.0.1-1_all.deb
Size: 56368
MD5sum: 87fac32748ae3c4846b3cd4ade556546
SHA1: 1caaafa0b545f53357bdbb5d99b17d435612ebe0
SHA256: 436b3582583af828ba4eb86f98a32ea546ac3bef469699f451d716e72e2eb37f
SHA512: 8609177a9f4c5cef80a662748b9de1fb76aa53a1381aa61a86c3b1c9c742edfdbf2f0385dccc8f27409aea0ec44be04b4d71a8bf2a5229289270dcb6eaf5aa80
Homepage: https://github.com/cdent/gabbi
Description-en: 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: b233d93e3d90756691ae42db084c3e6d