lua-busted 2.1.2-1 source package in Ubuntu

Changelog

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

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse.
  * Remove constraints unnecessary since buster (oldstable)

  [ Victor Seva ]
  * New upstream release
  * update Stanards-Version to 4.6.2, no changes needed
  * watch: update version

 -- Victor Seva <email address hidden>  Mon, 01 May 2023 18:02:16 +0200

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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
lua-busted_2.1.2-1.dsc 1.3 KiB e8e06d8087f3f9ad30fd361d79afb79b5a51c7018762ddf92b586c8be3492e87
lua-busted_2.1.2.orig.tar.gz 62.1 KiB 445519fa663dbdd21e8a6ecf1609f397d0e2168440e59ee29198ee687321e9a3
lua-busted_2.1.2-1.debian.tar.xz 2.9 KiB f004f40f74593e8ddd985b9cbcea7c5c8acab0f2d2b357bc4ef344dc9c3c5b80

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.