zope.testrunner 5.6-1 source package in Ubuntu

Changelog

zope.testrunner (5.6-1) unstable; urgency=medium

  * Switch Maintainer to the Debian Python Team (closes: #948817).
  * Update Homepage to https://github.com/zopefoundation/zope.testrunner.
  * Use versioned copyright format URI.
  * Use secure URI in debian/watch.
  * Bump debhelper from old 11 to 13.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
  * Update standards version to 4.6.1, no changes needed.
  * New upstream release.
  * Run tests properly, using zope.testrunner itself.
  * Set Rules-Requires-Root: no.

 -- Colin Watson <email address hidden>  Tue, 20 Dec 2022 01:06:19 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe zope
Lunar release universe zope

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
zope.testrunner_5.6-1.dsc 2.2 KiB b180356d09e87e934089c9f0e334c45128cde1eda36688a7bebf1e84ec97e64b
zope.testrunner_5.6.orig.tar.gz 148.0 KiB d6bd72f44ea32caa415b96cfe14152b2786317aef1cd6f48a827b62def058fd4
zope.testrunner_5.6-1.debian.tar.xz 6.7 KiB 2cdcf07e4196b30cfd3a26ea4673734e4f4b94a94e0aeb4ae290931367628ba1

Available diffs

No changes file available.

Binary packages built by this source

python3-zope.testrunner: Flexible test runner with layer support for Python 3

 The testrunner module is used to run automated tests defined using the
 unittest framework and previously available in zope.testing.
 .
 Its primary feature is that it finds tests by searching directory trees. It
 doesn't require the manual concatenation of specific test suites. It is
 highly customizable and should be usable with any project.