webtest 1.3.1-1 source package in Ubuntu

Changelog

webtest (1.3.1-1) unstable; urgency=low


  * New upstream release

 -- Piotr Ożarowski <email address hidden>  Fri, 23 Sep 2011 23:19:28 +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

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
webtest_1.3.1-1.dsc 2.0 KiB 63c6313cafb3d0e8c11310f045e33ea092eec3cbce945a5fdaab58cc574e2889
webtest_1.3.1.orig.tar.gz 75.0 KiB a76a6d106b7720e4cbbac00f9c7b281c663e7f278c540aa830fc4bc856f2203a
webtest_1.3.1-1.debian.tar.gz 2.9 KiB 6fb223d29c553f4356ccd98d4fc8f93487a60a0cc209f4c3987f8d452e11153f

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