lua-busted 2.2.0-1 source package in Ubuntu

Changelog

lua-busted (2.2.0-1) unstable; urgency=medium

  * New upstream release

 -- Victor Seva <email address hidden>  Fri, 17 Nov 2023 14:59:03 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
lua-busted_2.2.0-1.dsc 1.3 KiB 83b7997749c44ecb1c8de68c264d1ee158eb225cca9da421a2cba3b490e73888
lua-busted_2.2.0.orig.tar.gz 63.5 KiB befca10f573bb476fa1db2e3149150d65f802a71d34d1682679e640665f2dc2b
lua-busted_2.2.0-1.debian.tar.xz 3.0 KiB 8d6540e58f358d9a0fa76803c0524d3b84c2d1b549ea5be88b876b21228cd7cf

Available diffs

No changes file available.

Binary packages built by this source

lua-busted: Lua unit testing framework focused on ease of use

 busted test specs read naturally without being too verbose. You can
 even chain asserts and negations, such as assert.not.equals. Nest
 blocks of tests with contextual descriptions using describe, and add
 tags to blocks so you can run arbitrary groups of tests.
 .
 An extensible assert library allows you to extend and craft your own
 assert functions specific to your case with method chaining. A modular
 output library lets you add on your own output format, along with the
 default pretty and plain terminal output, JSON with and without
 streaming, and TAP-compatible output that allows you to run busted
 specs within most CI servers. You can even register phrases for
 internationaliation with custom or built-in language packs.