File: control

package info (click to toggle)
python-pytest-djangoapp 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 396 kB
  • sloc: python: 1,116; makefile: 114; sh: 6
file content (65 lines) | stat: -rw-r--r-- 1,897 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Source: python-pytest-djangoapp
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Michael Fladischer <fladi@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 pybuild-plugin-pyproject,
 python3-all,
 python3-django,
 python3-pytest,
 python3-pytest-runner,
 python3-setuptools,
 python3-sphinx,
Standards-Version: 4.6.2
Homepage: https://github.com/idlesign/pytest-djangoapp/
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-pytest-djangoapp
Vcs-Git: https://salsa.debian.org/python-team/packages/python-pytest-djangoapp.git
Rules-Requires-Root: no

Package: python3-pytest-djangoapp
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Suggests: python-pytest-djangoapp-doc
Description: Django pluggable application testing (Python3 version)
 Nice pytest plugin to help you with Django pluggable application testing.
 .
 This exposes some useful tools for Django applications developers to facilitate
 tests authoring, including:
 .
  * Settings overriding
  * Template tags testing
  * User creation
  * Request object creation
  * Management command calls
  * Mailing
  * Messages
  * DB queries audit
 .
 This package contains the Python 3 version of the library.

Package: python-pytest-djangoapp-doc
Section: doc
Architecture: all
Depends: ${misc:Depends},
         ${sphinxdoc:Depends}
Multi-Arch: foreign
Description: Django pluggable application testing (Documentation)
 Nice pytest plugin to help you with Django pluggable application testing.
 .
 This exposes some useful tools for Django applications developers to facilitate
 tests authoring, including:
 .
  * Settings overriding
  * Template tags testing
  * User creation
  * Request object creation
  * Management command calls
  * Mailing
  * Messages
  * DB queries audit
 .
 This package contains the documentation.