python-gabbi 0.12.1-1 source package in Ubuntu

Changelog

python-gabbi (0.12.1-1) unstable; urgency=medium

  * New upstream release.
  * Black list 2 new tests:
    gabbi.driver.test_intercept_self_get_location_from_headers.test_request
    gabbi.driver.test_intercept_self_confirm_environ.test_request

 -- Thomas Goirand <email address hidden>  Fri, 27 Mar 2015 19:48:19 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-gabbi_0.12.1-1.dsc 2.4 KiB c5dd77ceb8460ae8e3d1d5c322cbf6c4254684919568ba692405a4ba37f8d0dd
python-gabbi_0.12.1.orig.tar.xz 130.8 KiB a7845df60136d7a2d89e4a1a6995af1ea236e5c9d2c370549fc313c1befa65c8
python-gabbi_0.12.1-1.debian.tar.xz 3.4 KiB 7cece6a0d4f986835d72febfbeae8be8579dc067a76f94339b50069579cb3a5c

No changes file available.

Binary packages built by this source

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

python-gabbi-doc: No summary available for python-gabbi-doc in ubuntu wily.

No description available for python-gabbi-doc in ubuntu wily.

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.