django-setuptest 0.2.1-2 source package in Ubuntu

Changelog

django-setuptest (0.2.1-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org

  [ Christopher Hoskin ]
  * Use my @debian address in control and copyright
  * Remove trailing whitespace from debian/control
  * Use secure URLs in control and watch
  * Remove unnecessary testsuite autopkgtest header
  * Bump debhelper compat from 9 to 11
  * Bump Standards-Version from 3.9.8 to 4.1.3 (no change required)
  * Clean egg-info
  * Remove unnecessary greater-than versioned dependencies

 -- Christopher Hoskin <email address hidden>  Wed, 14 Feb 2018 05:51:10 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-setuptest_0.2.1-2.dsc 2.2 KiB 39d0cd4e916d2294b444013685b4def0ff5d82290e589004c8a0665260b8a78b
django-setuptest_0.2.1.orig.tar.gz 7.0 KiB 539dac135a8b3e7244e50b3b4859782ea5598b794741dc6691e890b779d14169
django-setuptest_0.2.1-2.debian.tar.xz 2.9 KiB 91e3e39d9d35741c74078cd2034569f6fffe1e77d60e24ce6deb412ea0497b82

Available diffs

No changes file available.

Binary packages built by this source

python-django-setuptest: No summary available for python-django-setuptest in ubuntu eoan.

No description available for python-django-setuptest in ubuntu eoan.

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.