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

Last updated: May 07,2024

1. Install "python-gabbi" package

In this section, we are going to explain the necessary steps to install python-gabbi on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-gabbi

2. Uninstall "python-gabbi" package

This is a short guide on how to uninstall python-gabbi on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-gabbi
Priority: optional
Section: universe/python
Installed-Size: 136
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Version: 1.12.0-2
Depends: python-colorama, python-httplib2, python-jsonpath-rw, python-pbr, python-six, python-testtools, python-wsgi-intercept (>= 1.0.0), python-yaml, python2.7:any, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Suggests: python-gabbi-doc
Filename: pool/universe/p/python-gabbi/python-gabbi_1.12.0-2_all.deb
Size: 25750
MD5sum: 6be20cb3e0f037e299807e7c201731cd
SHA1: d500f255ba45f508af8abe5d672f95a59ea7c597
SHA256: 7ebecbe9fa4d834f25b00157312c30da913891eece7cac0e479bb033a6676f66
Description-en: declarative HTTP testing library - Python 2.x
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 Python 2.x module.
Description-md5: d61b4fcb2fe54cb7bc1860d8d564512a
Homepage: https://github.com/cdent/gabbi
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu