python-noseofyeti 2.4.9-1 source package in Ubuntu

Changelog

python-noseofyeti (2.4.9-1) unstable; urgency=medium

  * New upstream release
  * Bump standards-version to 4.7.0 without further change

 -- Scott Kitterman <email address hidden>  Sat, 11 May 2024 13:11:39 -0400

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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-noseofyeti_2.4.9-1.dsc 2.0 KiB 23957b7e530fab852c9deeb8ac426df340e08cab613866deaa86b65e59251f60
python-noseofyeti_2.4.9.orig.tar.gz 35.0 KiB 74a5a695a48f18595723a3d61f71c480168f63b45adb7b9e390b6ee00f552624
python-noseofyeti_2.4.9-1.debian.tar.xz 3.0 KiB 66919521b48d1cb89833ecaf55958dd15c6ccf761360c4c0c9ee2a90311ced66

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.