File: control

package info (click to toggle)
django-testproject 0.1.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 132 kB
  • sloc: python: 126; makefile: 9
file content (26 lines) | stat: -rw-r--r-- 1,017 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
Source: django-testproject
Section: net
Priority: optional
Maintainer: Debian LAVA team <pkg-linaro-lava-devel@lists.alioth.debian.org>
Uploaders: Neil Williams <codehelp@debian.org>,
 Senthil Kumaran S (stylesen) <stylesen@gmail.com>
Build-Depends: debhelper (>= 8.0.0), dh-python,
 python3-all, python3-setuptools,
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: 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.