lua-busted 2.0.0-1 source package in Ubuntu

Changelog

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

  * Team upload.
  * New upstream release
  * Update Vcs-* to Salsa URLs
  * Use https URL for copyright-format
  * Bump debhelper compat to 11
  * Bump minimum lua-luassert version to 1.8
  * Set Rules-Requires-Root: no
  * Declare compliance with Policy 4.5.0, no changes needed

 -- James McCoy <email address hidden>  Fri, 24 Jan 2020 22:23:55 -0500

Upload details

Uploaded by:
Jason Pleau
Uploaded to:
Sid
Original maintainer:
Jason Pleau
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
lua-busted_2.0.0-1.dsc 1.9 KiB 0c10a03ce956bac3e109795290833c9ee626a548f11b9782f17ee9113832abfd
lua-busted_2.0.0.orig.tar.gz 53.7 KiB fda34db8cd10142d2a88d6df638a7d0874c295fd2bd6338c745cc546dc5847df
lua-busted_2.0.0-1.debian.tar.xz 2.6 KiB 61ff82c40a2e2915a53df71669568645de03e1646f8038cf34c5cbfc09162a48

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.