-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcpran.yaml
More file actions
24 lines (22 loc) · 898 Bytes
/
cpran.yaml
File metadata and controls
24 lines (22 loc) · 898 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
Plugin: tap
Homepage: https://gitlab.com/cpran/plugin_tap
Version: 0.0.14
Maintainer: José Joaquín Atria <jjatria@gmail.com>
Depends:
praat: 5.0.0+
Recommends:
License: GPL3
Readme: readme.md
Description:
Short: an implementation of the Test Anything Protocol
Long: >
The Test Anything Protocol (TAP) offers a unified format for a stream of
test results that can be used for all sorts of testing.
This plugin implements an interface based in that of the Test::Simple and
the Test::More modules available for CPAN.
It allows a safe interface to run planned and unplanned tests, as well
as to conditionally skip or mark them as incomplete tests. This is
possible both for a specified number of tests, and as a test block. Mass
skipping, and test-suite interruption are also possible, as is the printing
of messages without disrupting the TAP stream.