webtest 2.0.17-1ubuntu1 source package in Ubuntu

Changelog

webtest (2.0.17-1ubuntu1) vivid; urgency=medium

  * Merge from Debian unstable.  Remaining changes:
    - d/control: Demote python-lxml and python-pyquery to Suggests.
 -- Jackson Doak <email address hidden>   Mon, 29 Dec 2014 19:36:52 +1100

Upload details

Uploaded by:
Jackson Doak
Sponsored by:
Sebastien Bacher
Uploaded to:
Vivid
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Vivid: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
webtest_2.0.17.orig.tar.xz 54.3 KiB 29742a3d49892afc195e57c03970b6e2d890c2510d90b2401000dd2c728d8351
webtest_2.0.17-1ubuntu1.debian.tar.xz 3.6 KiB 4daa084562fef02261d46786bcf3230131c71a65ddfb739add9efc76b160d313
webtest_2.0.17-1ubuntu1.dsc 1.7 KiB 1c91b8db1796b5c47383384ffae68dce7b0a03f149d88185c90bcc65bf023742

View changes file

Binary packages built by this source

python-webtest: No summary available for python-webtest in ubuntu vivid.

No description available for python-webtest in ubuntu vivid.

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

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

python3-webtest: wraps any WSGI application and makes it easy to test

 WebTest helps you test your WSGI-based web applications. This can be any
 application that has a WSGI (Web Server Gateway Interface) interface,
 including an application written in a framework that supports WSGI (which
 includes most actively developed Python web frameworks – almost anything
 that even nominally supports WSGI should be testable).
 .
 This is the Python 3 version of the package.