Source: django-setuptest Maintainer: Debian Python Modules Team Uploaders: Christopher Hoskin Section: python Priority: optional Build-Depends: dh-python, python-setuptools, python3-setuptools, python-all, python3-all, debhelper (>= 11) Standards-Version: 4.1.3 Vcs-Browser: https://salsa.debian.org/python-team/modules/django-setuptest Vcs-Git: https://salsa.debian.org/python-team/modules/django-setuptest.git Homepage: https://github.com/praekelt/django-setuptest Package: python-django-setuptest Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-setuptools, python-pep8 Description: simple test suite enabling Django app testing via setup.py (Python 2) Django Setuptest is a simple module enabling Django app testing via setup.py. . Normally when you execute . $ python setup.py test . for Django related modules you're almost certain to run into DJANGO_SETTINGS_MODULE environment variable issues, e.g.: . ImportError: Settings cannot be imported, because environment variable DJANGO_SETTINGS_MODULE is undefined. . This module overcomes this by configuring the DJANGO_SETTINGS_MODULE environment variable before executing your test suite. As a bonus it also generates Coverage and PEP 8 reports as part of the test. . This is the Python 2 version of the package. Package: python3-django-setuptest Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, python3-setuptools Description: simple test suite enabling Django app testing via setup.py (Python3 version) Django Setuptest is a simple module enabling Django app testing via setup.py. . Normally when you execute . $ python setup.py test . for Django related modules you're almost certain to run into DJANGO_SETTINGS_MODULE environment variable issues, e.g.: . ImportError: Settings cannot be imported, because environment variable DJANGO_SETTINGS_MODULE is undefined. . This module overcomes this by configuring the DJANGO_SETTINGS_MODULE environment variable before executing your test suite. As a bonus it also generates Coverage and PEP 8 reports as part of the test. . This is the Python 3 version of the package.