python-noseofyeti 2.4.8-1 source package in Ubuntu

Changelog

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

  * New upstream release

 -- Scott Kitterman <email address hidden>  Sat, 16 Mar 2024 16:03:42 -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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-noseofyeti_2.4.8-1.dsc 2.0 KiB c472aa3b47c63925e1caadb8db1556a1be8ab216f135e07d54e7c69afe94e4fa
python-noseofyeti_2.4.8.orig.tar.gz 35.0 KiB 75b2f3d336fff58c39f9d5ce3ab79203cf5278414d89681b69b0fc3ba718695e
python-noseofyeti_2.4.8-1.debian.tar.xz 2.9 KiB 5d86e06c3946cd355dedf4e4282c7473c4359ba4bd819b1409fca83937d799d1

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.