How to Install and Uninstall python-gabbi-doc Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: July 05,2024

1. Install "python-gabbi-doc" package

Please follow the guidelines below to install python-gabbi-doc on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python-gabbi-doc" package

This tutorial shows how to uninstall python-gabbi-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python-gabbi-doc package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-gabbi-doc
Priority: optional
Section: universe/doc
Installed-Size: 277
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-gabbi
Version: 1.12.0-2
Depends: libjs-sphinxdoc (>= 1.0)
Filename: pool/universe/p/python-gabbi/python-gabbi-doc_1.12.0-2_all.deb
Size: 43626
MD5sum: d1f3addf879aca80d6205645263b8a70
SHA1: d1bfc305dcc83e1717d3aaed53295f41fd8027fe
SHA256: e1a8cb3050ce31046c0935a389dd4ead24d4ba8f8625a130b8b5b68dbd30b256
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
Homepage: https://github.com/cdent/gabbi
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu