• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..08-Nov-2018-

doc/H08-Nov-2018-4926

lib/test/H08-Nov-2018-154130

man/man3/H08-Nov-2018-12096

test/H08-Nov-2018-183104

.gitrepoH A D08-Nov-2018407 1211

.travis.ymlH A D08-Nov-2018125 75

ChangesH A D08-Nov-2018253 1615

LicenseH A D08-Nov-20181.1 KiB2217

MakefileH A D08-Nov-2018807 3828

MetaH A D08-Nov-2018521 2924

ReadMe.podH A D08-Nov-20181.1 KiB6736

ReadMe.pod

1=pod
2
3=for comment
4DO NOT EDIT. This Pod was generated by Swim v0.1.41.
5See http://github.com/ingydotnet/swim-pm#readme
6
7=encoding utf8
8
9=head1 Name
10
11Test::Tap - TAP Test Base for Bash
12
13=for html
14<a href="https://travis-ci.org/ingydotnet/test-tap-bash"><img src="https://travis-ci.org/ingydotnet/test-tap-bash.png" alt="test-tap-bash"></a>
15
16=head1 Synopsis
17
18    source test/tap.bash
19
20    Test::Tap:plan tests 1
21
22    pass 'Everything is OK!'
23
24=head1 Description
25
26This is a TAP testing base class for Bash. It has all the basic TAP functions,
27and works properly from a TAP harness, like the C<prove> utility.
28
29test-tap-bash is used as the base for test-more-bash, which is what you want
30if you are writing tests in bash.
31
32See: L<https://github.com/ingydotnet/test-more-bash/>
33
34=head1 Functions
35
36=over
37
38=item C<Test::Tap:init>
39
40Must be called first for every test file/process.
41
42=item C<Test::Tap::plan>
43
44Used to set the plan.
45
46=back
47
48=head1 TODO
49
50=over
51
52=item * Finish this doc.
53
54=back
55
56=head1 Author
57
58Written by Ingy döt Net <ingy@ingy.net>
59
60=head1 Copyright & License
61
62Copyright 2013-2016. Ingy döt Net.
63
64The MIT License (MIT).
65
66=cut
67