webtest 1.3.4-1 source package in Ubuntu

Changelog

webtest (1.3.4-1) unstable; urgency=low


  * New upstream release
  * debian/rules: do not fail if docs/_static exists (closes: #671390)
  * Standards-Version bumped to 3.9.3 (no changes needed)

 -- Piotr Ożarowski <email address hidden>  Sun, 06 May 2012 18:54:47 +0200

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Quantal: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
webtest_1.3.4-1.dsc 2.0 KiB 5d9e08d9e18dafd115dd8c98bb1b15ba116d724bcf0a6597b27128e587ae57a1
webtest_1.3.4.orig.tar.gz 76.7 KiB f8915f0da91ad47f84e8a7d49936263fb4c5fdd1fb2737e1a7553b2fe52992f1
webtest_1.3.4-1.debian.tar.gz 3.0 KiB 176becec7a880e447d254689b9269f9b55496af6989dc95bbf4d305c0befe6b4

Available diffs

No changes file available.

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