python-noseofyeti 2.4.1-1 source package in Ubuntu

Changelog

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

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

 -- Scott Kitterman <email address hidden>  Tue, 20 Dec 2022 12:00:56 -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
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-noseofyeti_2.4.1-1.dsc 2.0 KiB fce35234b814e60a5844ead056fb84476e0a74bec28d216bd707d94a886f04f7
python-noseofyeti_2.4.1.orig.tar.gz 22.9 KiB 96cb4fad8460102ea3e1e66852150c85a45541ea8ddfbf99cb9229770ac1854f
python-noseofyeti_2.4.1-1.debian.tar.xz 2.6 KiB edbd1d37fe2c5743941c22282d098cb537e05ed5e7e0d97cbd0039939d1250d3

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.