django-setuptest 0.2.1-1 source package in Ubuntu

Changelog

django-setuptest (0.2.1-1) unstable; urgency=low

  * Initial Release. Closes: #830292

 -- Christopher Hoskin <email address hidden>  Thu, 07 Jul 2016 19:41:14 +0100

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-setuptest_0.2.1-1.dsc 2.2 KiB 7b584178b5b96395f651ecbd639b385d5ca66fa49b424e161ace5b613e503d14
django-setuptest_0.2.1.orig.tar.gz 7.0 KiB 539dac135a8b3e7244e50b3b4859782ea5598b794741dc6691e890b779d14169
django-setuptest_0.2.1-1.debian.tar.xz 2.6 KiB f61e9b4f153a4603c96a0139ff19187a1a70faf0e143411c5d1b94471039e310

No changes file available.

Binary packages built by this source

python-django-setuptest: 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.

python3-django-setuptest: 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.