lua-busted 2.1.1-1 source package in Ubuntu

Changelog

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

  * New upstream release
  * change source to https://github.com/lunarmodules/busted
  * fix debian/gbp.conf upstream-vcs-tag config

 -- Victor Seva <email address hidden>  Sat, 03 Sep 2022 08:39:01 +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
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
lua-busted_2.1.1-1.dsc 1.3 KiB 3d21e9aef97b46caa9122fc2fa61f8215ba47762166fdd44213d60f6823c8926
lua-busted_2.1.1.orig.tar.gz 61.1 KiB 5b75200fd6e1933a2233b94b4b0b56a2884bf547d526cceb24741738c0443b47
lua-busted_2.1.1-1.debian.tar.xz 2.8 KiB 1b93c864b8a8670aec63a90ddaaad49501b73cf94be959c33ebe4dafd8f958ab

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.