Language

Package: perl6-tap-harness @ 0.0.7

Synopsis

TAP harness for perl6

Description

This module provides the prove6 command which runs a TAP based test suite and prints a report. The prove6 command is a minimal wrapper around an instance of this module.

Home page
https://github.com/perl6/tap-harness6/
Location
gnu/packages/perl6.scm (line: 601, column: 2)
License

Lint warnings

LinterMessageLocation
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?