django-setuptest 0.2.1-6 source package in Ubuntu

Changelog

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

  * Team upload

  [ Debian Janitor ]
  * Update standards version to 4.6.1, no changes needed.

  [ Carsten Schoenert ]
  * d/{control,rules}: Switch to dh-sequence-python3
  * autopkgtest: Mark test superficial (Closes: #974449)

 -- Carsten Schoenert <email address hidden>  Sat, 03 Dec 2022 11:20:34 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-setuptest_0.2.1-6.dsc 2.1 KiB 8385a7a14376c6be7708226db07da1fed8c20f1a686dbcdf98abb48f35c003b4
django-setuptest_0.2.1.orig.tar.gz 7.0 KiB 539dac135a8b3e7244e50b3b4859782ea5598b794741dc6691e890b779d14169
django-setuptest_0.2.1-6.debian.tar.xz 3.8 KiB 73e3ddebd1575080024cc19fefca8be23384b94d44e3e64d831ff76a85e0cf6b

Available diffs

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.