python-sure 2.0.1+git.2023.02.06.3aef950b7c-2 source package in Ubuntu

Changelog

python-sure (2.0.1+git.2023.02.06.3aef950b7c-2) unstable; urgency=medium

  * Switch from nose to pytest (Closes: #1018586).
  * Fix tox.ini.
  * Add switch-from-nose-to-pytest-and-unittest.patch.

 -- Thomas Goirand <email address hidden>  Thu, 02 May 2024 10:09:57 +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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-sure_2.0.1+git.2023.02.06.3aef950b7c-2.dsc 2.3 KiB 0d6cc3443d50cb879401bb0c276350cc099d1b57c395bb6adeb407c5f5a143e7
python-sure_2.0.1+git.2023.02.06.3aef950b7c.orig.tar.xz 53.9 KiB 296d7883f5b36415c2f4747ff2ffa86ebdb4eedbba7cb22e74f8de8c8bc33553
python-sure_2.0.1+git.2023.02.06.3aef950b7c-2.debian.tar.xz 15.0 KiB 0b976ff9070090feb9a689188e7dba8a690bd5159ba8e762d14252564f3d48dd

No changes file available.

Binary packages built by this source

python3-sure: utility belt for automated testing

 Sure is a library for Python that leverages a DSL for writing assertions. In
 CPython it monkey-patches the object type, adding some methods and properties
 purely for test purposes. Any Python code written after "import sure" gains
 testing superpowers.