File: testrb2.7.1

package info (click to toggle)
ruby2.7 2.7.4-1%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 112,576 kB
  • sloc: ruby: 849,454; ansic: 697,834; yacc: 45,100; xml: 25,367; pascal: 10,051; javascript: 6,575; sh: 3,848; makefile: 759; cpp: 713; asm: 333; python: 295; lisp: 97; sed: 94; perl: 62; awk: 36
file content (60 lines) | stat: -rw-r--r-- 1,202 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
.\" DO NOT MODIFY THIS FILE! it was generated by rd2
.TH TESTRB2.4 1 "July 2014"
.SH NAME
.PP
testrb2.4 \- Automatic runnter for Test::Unit of Ruby
.SH SYNOPSIS
.PP
testrb2.4 [options] [\-\- untouched arguments] test ...
.SH DESCRIPTION
.PP
testrb2.4 loads and runs unit\-tests.  If test is directory name, testrb2.4
testrb2.4 traverses the directory.
.SH OPTIONS
.TP
.fi
.B
\-r, \-\-runner=RUNNER
Use the given RUNNER.  (t[k], c[onsole], g[tk], f[ox])
.TP
.fi
.B
\-a, \-\-add=TORUN
Add TORUN to the list of things to run;  can be a file or a directory.
.TP
.fi
.B
\-p, \-\-pattern=PATTERN
Match files to collect against PATTERN.  (default pattern is
/\\Atest_.*\\.rb\\Z/.)
.TP
.fi
.B
\-n, \-\-name=NAME
Runs tests matching NAME.  (patterns may be used.)
.TP
.fi
.B
\-t, \-\-testcase=TESTCASE
Runs tests in TestCases matching TESTCASE.  (patterns may be used.)
.TP
.fi
.B
\-v, \-\-verbose=[LEVEL]
Set the output level (default is verbose).  (p[rogress], n[ormal],
v[erbose], s[ilent])
.TP
.fi
.B
\-\-
Stop processing options so that the remaining options will be passed to
the test.
.TP
.fi
.B
\-h, \-\-help
Display help.
.SH AUTHOR
.PP
This manpage was contributed by akira yamada <akira@debian.org>