python-proboscis 1.2.6.0-6 source package in Ubuntu

Changelog

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

  [ Ondřej Nový ]
  * Bump Standards-Version to 4.4.1.

  [ Thomas Goirand ]
  * Removed build-depends on nose (Closes: #1018556).

 -- Thomas Goirand <email address hidden>  Mon, 14 Aug 2023 10:07:19 +0200

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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-proboscis_1.2.6.0-6.dsc 2.1 KiB b65d3bc7920a5946f9aee8b5a6123b429d8f1b3d1d77644c676c52783e50ef79
python-proboscis_1.2.6.0.orig.tar.gz 19.4 KiB b822b243a7c82030fce0de97bdc432345941306d2c24ef227ca561dd019cd238
python-proboscis_1.2.6.0-6.debian.tar.xz 2.7 KiB c8044fdf238dae79068bbf24ddd9c50fba9fa7d3838d46f8aea6a631291093cb

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.