python-proboscis 1.2.6.0-3 source package in Ubuntu

Changelog

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

  * Team upload.

  [ Ondřej Nový ]
  * Fixed VCS URLs (https).
  * Install proboscis.compatability.exceptions_2_6 (Closes: #862661)
  * d/watch: Use pypi.debian.net
  * Updating standards version to 4.1.1.
  * Bump debhelper compat level to 10
  * d/control: Fix capitalization
  * Testsuite: autopkgtest-pkg-python
  * d/copyright: Reorder

  [ Daniel Baumann ]
  * Updating vcs fields.
  * Updating copyright format url.
  * Updating maintainer field.
  * Running wrap-and-sort -bast.
  * Removing gbp.conf, not used anymore or should be specified in the
    developers dotfiles.

 -- Ondřej Nový <email address hidden>  Sat, 18 Nov 2017 15:37:27 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-proboscis_1.2.6.0-3.dsc 2.3 KiB e262e6c8e1d102816fa24afeffee6ab7eef85495ae052c790be8cd9710394e49
python-proboscis_1.2.6.0.orig.tar.gz 19.4 KiB b822b243a7c82030fce0de97bdc432345941306d2c24ef227ca561dd019cd238
python-proboscis_1.2.6.0-3.debian.tar.xz 2.7 KiB 87d487bd50cff18040a414220a91e64487f8977828b76779eebdeb9e4d4fb8e1

Available diffs

No changes file available.

Binary packages built by this source

python-proboscis: extends Nose with certain TestNG like features - Python 2.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 2.x module.

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.