python-noseofyeti 2.3.1-3 source package in Ubuntu

Changelog

python-noseofyeti (2.3.1-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster (oldstable):
    + Build-Depends: Drop versioned constraint on python3-all.

 -- Jelmer Vernooij <email address hidden>  Sun, 20 Nov 2022 14:52:14 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-noseofyeti_2.3.1-3.dsc 2.0 KiB 853218fb4b278b0610ca845dd0dfb69077dcaf246c1fcba49fee72cc5751e0bf
python-noseofyeti_2.3.1.orig.tar.gz 16.9 KiB b64566c47c3261c8263ee45f5fbfde22786d794dd8afd90ada89f0714149bd6a
python-noseofyeti_2.3.1-3.debian.tar.xz 2.5 KiB a70ff4a7e60dc4fa616d348928435cf075535ac71aa5bf0cc86e60fccf932276

Available diffs

No changes file available.

Binary packages built by this source

python3-noseofyeti: Module to create Python codec for tests using RSpec inspired DSL

 This is a project creates a custom Python codec that lets you write your
 tests using an RSpec inspired DSL (i.e. describe and it blocks).
 .
 It uses the fact that you can register a codec that is able to modify a
 Python file before executing it. Using this when Python imports a file with
 a particular encoding as the first line of the file it will be intercepted
 and potentially rewritten into something else before the import continues.
 .
 nose-of-yeti uses this technique to translate from the DSL it defines, into
 Python classes and functions that then will be executed by your test
 framework of choice.