File: control

package info (click to toggle)
testresources 0.2.4-1
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 228 kB
  • ctags: 286
  • sloc: python: 1,503; makefile: 22
file content (22 lines) | stat: -rw-r--r-- 818 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
Source: testresources
Section: python
Priority: optional
Maintainer: Robert Collins <robertc@robertcollins.net>
Build-Depends: debhelper (>= 5.0.38), cdbs (>= 0.4.49),
 python-all-dev (>= 2.3.5-11)
Build-Depends-Indep: python-docutils, python-support (>= 0.5.3),
 python-testtools
Standards-Version: 3.8.3

Package: python-testresources
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Conflicts: python2.4-testresources
Replaces: python2.4-testresources
Description: PyUnit extension for managing expensive test fixtures
 PyUnit extension to manage the initialisation and lifetime of expensive 
 test fixtures.
 .
 For example reference databases are often only need to be constructed 
 once but standard test isolation causes them to be constructed for every 
 fixture, making test execution very slow.