webtest 1.3.2-1 source package in Ubuntu

Changelog

webtest (1.3.2-1) unstable; urgency=low

  * New upstream release
 -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  09 Nov 2011 13:07:07 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
webtest_1.3.2.orig.tar.gz 75.3 KiB 3b57343ec1d7f1d3c4edfeced21ea4e6cbd9d76eb7f2d3e8cfac8b9e99684fd8
webtest_1.3.2-1.debian.tar.gz 2.9 KiB 4817496086a07137782a8df1bc95a217de5658fded372e699533f9b1319c89c2
webtest_1.3.2-1.dsc 2.0 KiB 6e6fbe4214e2526bcad88341d05b65066121b43de7e128fd4347771f0b25433f

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