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-nose
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Michael Fladischer <FladischerMichael@fladi.at>
Build-Depends: debhelper (>= 7.0.50~),
python-all (>= 2.5),
python-django (>= 1.2),
python-django-south,
python-nose,
python-setuptools,
python-support
Standards-Version: 3.9.3
XS-Python-Version: >= 2.5
Homepage: http://pypi.python.org/pypi/django-nose/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/django-nose/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/django-nose/trunk/
Package: python-django-nose
Architecture: all
Depends: python-django (>= 1.2), python-nose, ${misc:Depends}, ${python:Depends}
Description: Django test runner that uses python-nose
python-django-nose integrates python-nose into Django test runner by
extending the Django management CLI with nose-related options.
Those options are targeted at running nose tests directly from within the
Django management system (e.g. django-admin).
|