python-proboscis 1.2.6.0-7 source package in Ubuntu

Changelog

python-proboscis (1.2.6.0-7) unstable; urgency=medium

  * Add use-importlib-not-imp.patch.

 -- Thomas Goirand <email address hidden>  Wed, 13 Dec 2023 08:32:27 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-proboscis_1.2.6.0-7.dsc 2.1 KiB b5a97963825a3da660d1d158f4d014f09ab1a3312dbdeac1c75e54ab5966b2b3
python-proboscis_1.2.6.0.orig.tar.gz 19.4 KiB b822b243a7c82030fce0de97bdc432345941306d2c24ef227ca561dd019cd238
python-proboscis_1.2.6.0-7.debian.tar.xz 3.0 KiB d835c86adb8ee26418c9649a91bf55a367d98e32c34b10bb5a74c2e44746b2b3

Available diffs

No changes file available.

Binary packages built by this source

python3-proboscis: extends Nose with certain TestNG like features - Python 3.x

 Proboscis is a Python test framework that extends Python's built-in unittest
 module and Nose with features from TestNG.
 .
 TestNG is a testing framework inspired from JUnit and NUnit but introducing
 some new functionalities that make it more powerful and easier to use.
 .
 Features:
  * Uses decorators instead of naming conventions.
  * Allows for TestNG style test methods, in which a class is initialized once,
    as an alternative to using class fields.
  * Allows for explicit test dependencies and skipping of dependent tests on
    failures.
  * Runs xUnit style clases if desired or needed for backwards compatibility.
  * Uses Nose if available (but doesn't require it), and works with many of
    its plugins.
  * Runs in IronPython and Jython (although if you're targeting the JVM you
    should consider using TestNG instead).
 .
 This package provides the Python 3.x module.