lua-busted 2.0~rc12-1-2 source package in Ubuntu

Changelog

lua-busted (2.0~rc12-1-2) unstable; urgency=medium

  * adjust debian/copyright file with the correct info

 -- Jason Pleau <email address hidden>  Sun, 26 Jun 2016 10:38:49 -0400

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

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
lua-busted_2.0~rc12-1-2.dsc 2.0 KiB 54afd3742fe5e541cd50b7196dceb54e2c4368337f50327b40066373b55d7f72
lua-busted_2.0~rc12-1.orig.tar.gz 51.2 KiB c44286468babcc38e90f036d25471ab92f19a8a0a68482e0c45a9cfaeb1c0e35
lua-busted_2.0~rc12-1-2.debian.tar.xz 2.4 KiB 1ea42475ba598f653cc6f431489fdad76da933a95c25143221d756d66c7db443

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.