File: control

package info (click to toggle)
funkload 1.6.2-6
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 844 kB
  • ctags: 733
  • sloc: python: 5,399; makefile: 116; sh: 46; perl: 23
file content (25 lines) | stat: -rw-r--r-- 1,080 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
Source: funkload
Section: web
Priority: extra
Maintainer: Toni Mueller <toni@debian.org>
Build-Depends: python, cdbs, debhelper (>= 5), docbook-to-man, python-docutils, python-central (>= 0.5), python-setuptools
XS-Python-Version: 2.4, 2.5
Standards-Version: 3.8.0

Package: funkload
Architecture: all
Depends: python (>= 2.4), python-central (>= 0.5), python-pkg-resources, python-webunit (>= 1:1.3.8)
Conflicts:  python-webunit (>= 1:1.3.9)
Recommends: tcpwatch-httpproxy, python-gdchart2, python-docutils
XB-Python-Version: ${python:Versions}
Description: web testing tool
 This web testing tool is designed to allow testing the functionality
 and performance of web applications in the same spirit as Perl's
 WWW::Mechanize. The tool supports recording clicks through a website,
 saving them into a Python class which you can later modify, and
 playing them back later. This allows you to script your web
 applications. 'funkload' also supports performance and load testing
 your applications. The package was specifically created with testing
 Zope applications in mind.
 .