File: control

package info (click to toggle)
python-webunit 1%3A1.3.10-2.1
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 172 kB
  • ctags: 209
  • sloc: python: 1,516; makefile: 9
file content (26 lines) | stat: -rw-r--r-- 1,133 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: python-webunit
Section: python
Priority: optional
Maintainer: Toni Mueller <toni@debian.org>
Build-Depends: python (>= 2.4), dh-python, debhelper (>= 9)
XS-Python-Version: all
DM-Upload-Allowed: yes
Standards-Version: 3.9.6

Package: python-webunit
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
XB-Python-Version: ${python:Versions}
Description: Unit testing for web apps with code that acts like a web browser.
 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