File: cutest.1.pod

package info (click to toggle)
ruby-cutest 1.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 176 kB
  • sloc: ruby: 376; makefile: 14
file content (28 lines) | stat: -rw-r--r-- 548 bytes parent folder | download | duplicates (3)
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
=head1 NAME

cutest - run tests in separate processes

=head1 SYNOPSIS

B<cutest> [I<OPTION>]... [I<FILE>]...

=head1 DESCRIPTION

B<cutest> run tests in separate processes to avoid shared state.

B<-r>	required libraries or helpers

B<-v>	version

=head1 USAGE

EXAMPLES:

B<cutest -r test/helper.rb test/*_test.rb>

=head1 AUTHORS

Damian Janowski <djanowski@dimaion.com> and Michel Martens <michel@soveran.com>

This manual page is written by Praveen Arimbrathodiyl <pravi.a@gmail.com> for
Debian GNU System (GNU/Linux, GNU/kFreeBSD, GNU/Hurd).