File: README

package info (click to toggle)
libtype-tiny-perl 2.002001-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,948 kB
  • sloc: perl: 14,610; makefile: 2; sh: 1
file content (36 lines) | stat: -rw-r--r-- 725 bytes parent folder | download | duplicates (2)
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
Running the test suite
======================

In the main directory for the distribution (i.e. the directory containing
dist.ini), run the following command:

	prove -lr -Iinc "t"



Test suite structure
====================

Each test should contain its own documentation in pod format.

t/20-modules/
	- tests for each module in the distribution

t/21-types/
	- tests for each type in every bundled type library

t/30-external/
	- tests for using Type-Tiny with other software
	- these should be skipped if the other software is not available

t/40-bugs/
	- tests related to specific bug reports

t/lib/
	- support files for test cases.

t/*.t
	- miscellaneous other tests

t/*.pl
	- support files for managing test cases