Paketname | python-webunit |
Beschreibung | Unit testing for web apps with code that acts like a web browser. |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1:1.3.10-1 |
Sektion | python |
Priorität | optional |
Installierte Größe | 184 Byte |
Hängt ab von | python, python-support (>= 0.90.0) |
Empfohlene Pakete | |
Paketbetreuer | Toni Mueller |
Quelle | |
Paketgröße | 28062 Byte |
Prüfsumme MD5 | f78c4dc893c4803f6f0daa209cd951fd |
Prüfsumme SHA1 | 21bdce62c7357035000971496b6e22e54e8a2b98 |
Prüfsumme SHA256 | 9b2f22d0d6535a3fab30633d54a3af21cbfd6c820b73264f980fd19c1fe6b457 |
Link zum Herunterladen | python-webunit_1.3.10-1_all.deb |
Ausführliche Beschreibung | This is Richard Jones' webunit. It has the following features:
.
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
|