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,
 python3-all,
 python3-django,
 python3-pytest,
 python3-pytest-runner,
 python3-setuptools,
 python3-sphinx,
Standards-Version: 4.6.0.1
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.
