django-setuptest 0.2.1-4 source package in Ubuntu

Changelog

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

  * Team upload.
  * Also remove autopkgtest for python2 (Closes: #935964)
  * Bump standards-version to 4.4.1 without further change

 -- Scott Kitterman <email address hidden>  Tue, 15 Oct 2019 03:54:27 -0400

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
Focal release universe misc

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-setuptest_0.2.1-4.dsc 2.1 KiB 01a7cf1deaaa0294e1f32f661a895c169a1141bd6dbf3a1060330f7872ed43ef
django-setuptest_0.2.1.orig.tar.gz 7.0 KiB 539dac135a8b3e7244e50b3b4859782ea5598b794741dc6691e890b779d14169
django-setuptest_0.2.1-4.debian.tar.xz 2.9 KiB 8069322cd9b848c2ccff1081cb3fc9ca075e3a80f591c4dc08861612fc692145

No changes file available.

Binary packages built by this source

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.