pytest-expect 1.1.0-1 source package in Ubuntu

Changelog

pytest-expect (1.1.0-1) unstable; urgency=medium

  * Initial packaging. (Closes: #844387)

 -- Diane Trout <email address hidden>  Mon, 14 Nov 2016 22:49:06 -0800

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pytest-expect_1.1.0-1.dsc 2.1 KiB a8d7ad3d2046ab6b868d4dbe81112ef7841f1fe1531c01ceb1540cadf622fad6
pytest-expect_1.1.0.orig.tar.gz 3.7 KiB 8392093123dfc9807c28fee251e1d710aaed0d46ee77c7531528fb0a265eb798
pytest-expect_1.1.0-1.debian.tar.xz 2.1 KiB 539809a5e48bbf7a0bb1f1d36288126fc8615ee8bd719515cd7b71a3062ce1b4

No changes file available.

Binary packages built by this source

python-pytest-expect: py.test plugin to store test expectations

 A py.test plugin that stores test expectations by saving the set of failing
 tests, allowing them to be marked as xfail when running them in future. The
 tests expectations are stored such that they can be distributed alongside the
 tests. However, note that test expectations can only be reliably shared between
 Python 2 and Python 3 if they only use ASCII characters in their node ids: this
 likely isn’t a limitation if tests are using the normal Python format, as
 Python 2 only allows ASCII characters in identifiers.
 .
 This package contains the Python 2 version of pytest-expect

python3-pytest-expect: py.test-3 plugin to store test expectations

 A py.test plugin that stores test expectations by saving the set of failing
 tests, allowing them to be marked as xfail when running them in future. The
 tests expectations are stored such that they can be distributed alongside the
 tests. However, note that test expectations can only be reliably shared between
 Python 2 and Python 3 if they only use ASCII characters in their node ids: this
 likely isn’t a limitation if tests are using the normal Python format, as
 Python 2 only allows ASCII characters in identifiers.
 .
 This package contains the Python 3 version of pytest-expect.