File: PKG-INFO

package info (click to toggle)
python-webunit 1%3A1.3.8-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 156 kB
  • ctags: 211
  • sloc: python: 1,502; makefile: 13
file content (40 lines) | stat: -rw-r--r-- 1,816 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Metadata-Version: 1.0
Name: webunit
Version: 1.3.8
Summary: Unit test your websites with code that acts like a web browser.
Home-page: http://mechanicalcat.net/tech/webunit/
Author: Richard Jones
Author-email: richard@mechanicalcat.net
License: UNKNOWN
Download-URL: http://mechanicalcat.net/tech/webunit/webunit-1.3.8.tar.gz
Description: This release includes:
        
        - fix typo
        
        Webunit is a framework for unit testing websites:
        
        - Browser-like page fetching including fetching the images and stylesheets
        needed for a page and following redirects
        - Cookies stored and trackable (all automatically handled)
        - HTTP, HTTPS, GET, POST, basic auth all handled, control over expected
        status codes, ...
        - DOM parsing of pages to retrieve and analyse structure, including simple
        form re-posting
        - Two-line page-fetch followed by form-submit possible, with error checking
        - Ability to register error page content across multiple tests
        - Uses python's standard unittest module as the underlying framework
        - May also be used to regression-test sites, or ensure their ongoing
        operation once in production (testing login processes work, etc.)
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: System :: Monitoring