python-gabbi 2.4.0-3 source package in Ubuntu

Changelog

python-gabbi (2.4.0-3) unstable; urgency=medium

  * Uploading to unstable.
  * Add remove_six_dependency.patch and remove six as (b-)depends
    (Closes: #1053378).
  * Cleanup gabbi.egg-info on clean.

 -- Thomas Goirand <email address hidden>  Mon, 11 Mar 2024 10:03:32 +0100

Upload details

Uploaded by:
Debian OpenStack
Uploaded to:
Sid
Original maintainer:
Debian OpenStack
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-gabbi_2.4.0-3.dsc 2.3 KiB bb14dd20c231478a68939e5776c266e22ccc75ecf6db5080ff55eee94eb80d56
python-gabbi_2.4.0.orig.tar.xz 182.3 KiB 0e24b4441e0b5e888e64868c3c6823aa7a74304d7f849feb747558ac6e58b777
python-gabbi_2.4.0-3.debian.tar.xz 8.0 KiB cbdf9fcd7188d9c11e7b4db7297ea5cb1c81ee3b5aa0a6913bbb2bcc3a5f8c50

Available diffs

No changes file available.

Binary packages built by this source

python-gabbi-doc: 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.

python3-gabbi: declarative HTTP testing library - Python 3.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 3.x module.