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
|
Source: django-testproject
Section: net
Priority: optional
Maintainer: Debian LAVA team <pkg-linaro-lava-devel@lists.alioth.debian.org>
Uploaders: Antonio Terceiro <terceiro@debian.org>,
Neil Williams <codehelp@debian.org>,
Fathi Boudra <fabo@debian.org>, Jordi Mallach <jordi@debian.org>,
Senthil Kumaran S (stylesen) <stylesen@gmail.com>
Build-Depends: debhelper (>= 8.0.0), dh-python,
python-all, python-setuptools,
python3-all, python3-setuptools,
X-Python-Version: >=2.7
Standards-Version: 4.0.0
Homepage: http://www.linaro.org/engineering/engineering-groups/validation
Vcs-Git: https://github.com/Linaro/pkg-django-testproject.git
Vcs-Browser: https://github.com/Linaro/pkg-django-testproject
Package: django-testproject
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: Django test project support (Python 2 version)
This package provides django test project support to
make it easier to run application unit tests without
testing other parts of django core.
.
Projects can use run_tests to specify which parts of
the codebase listed in INSTALLED_APPLICATIONS will
run unit tests.
Package: python3-django-testproject
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: Django test project support (Python 3 version)
This package provides django test project support to
make it easier to run application unit tests without
testing other parts of django core.
.
Projects can use run_tests to specify which parts of
the codebase listed in INSTALLED_APPLICATIONS will
run unit tests.
.
This package contains the python3 module.
|