File: control

package info (click to toggle)
pytest-django 2.9.1-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 424 kB
  • ctags: 188
  • sloc: python: 1,009; makefile: 148
file content (33 lines) | stat: -rw-r--r-- 1,309 bytes parent folder | download | duplicates (2)
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
Source: pytest-django
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Brian May <bam@debian.org>
Section: python
Priority: optional
Build-Depends:
    debhelper (>= 9), dh-python,
    python-all (>= 2.6.6-3), python-setuptools (>= 0.6b3), python-setuptools-scm,
    python3-all, python3-setuptools, python3-setuptools-scm,
Standards-Version: 3.9.7
Homepage: http://pytest-django.readthedocs.org/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pytest-django.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pytest-django.git

Package: python-pytest-django
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Django plugin for py.test.
 Running your test suite with pytest-django allows you to access features
 of pytest that wouldn't normally be available with the Django’s
 manage.py test command.
 .
 This package contains the python 2 version.

Package: python3-pytest-django
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Django plugin for py.test.
 Running your test suite with pytest-django allows you to access features
 of pytest that wouldn't normally be available with the Django’s
 manage.py test command.
 .
 This package contains the python 3 version.