python-noseofyeti 2.4.7-1 source package in Ubuntu

Changelog

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

  * New upstream release
  * Add Lintian override: package-contains-documentation-outside-usr-share-doc

 -- Scott Kitterman <email address hidden>  Mon, 19 Feb 2024 14:40:32 -0500

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-noseofyeti_2.4.7-1.dsc 2.0 KiB 0e2701bb4bf824758743293445bd20f1087d65de4d7a7952972f4034637cb4fc
python-noseofyeti_2.4.7.orig.tar.gz 34.8 KiB f8dd7168f486475548a59c51bbba8b2be1120ccd049c691573bc13b2fc7bef50
python-noseofyeti_2.4.7-1.debian.tar.xz 2.9 KiB 4c4c58520bbbc275d07092a732de8e2f7e890dfa65f77752f1beb210f252d04c

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.