head	1.1;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1;
locks; strict;
comment	@# @;


1.1
date	2007.03.03.17.34.01;	author clsung;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Add py-webunit 1.3.8, unit test your websites with code that acts like a
web browser.

PR:		ports/109777
Submitted by:	Li-Wen Hsu <lwhsu at lwhsu.org>
@
text
@Webunit is a framework for unit testing websites:

Features in a nutshell:

1. Browser-like page fetching including fetching the images and stylesheets
   needed for a page and following redirects
2. Cookies stored and trackable (all automatically handled)
3. HTTP, HTTPS, GET, POST, basic auth all handled, control over expected status
   codes, ...
4. DOM parsing of pages to retrieve and analyse structure, including simple
   form re-posting
5. Two-line page-fetch followed by form-submit possible, with error checking
6. Ability to register error page content across multiple tests
7. Uses python's standard unittest module as the underlying framework

WWW:	http://www.python.org/pypi/webunit
@
