webtest 2.0.10-1ubuntu2 source package in Ubuntu

Changelog

webtest (2.0.10-1ubuntu2) trusty; urgency=low

  * d/control: Demote python-lxml to Suggests (it really is optional),
    re-promote python-waitress to Depends because it really is required.
 -- James Page <email address hidden>   Fri, 06 Dec 2013 09:14:42 +0000

Upload details

Uploaded by:
James Page
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
webtest_2.0.10.orig.tar.xz 50.9 KiB b2376792a215ac3c653ade887befb15319ff748413e3e8fdb620fc5065b2e437
webtest_2.0.10-1ubuntu2.debian.tar.gz 3.5 KiB 4f2149ab6a01080ade4ecb7f89aeef67846384cd6ca6f777f4a3683fce75f6a6
webtest_2.0.10-1ubuntu2.dsc 2.1 KiB 1dddea626841e1322bab0c24a0d371eed9c03f69100b5d6c80ba32128eb2d130

Available diffs

View changes file

Binary packages built by this source

python-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).