Revision 5c705c11
Von Sven Schöling vor etwa 15 Jahren hinzugefügt
t/README | ||
---|---|---|
4 | 4 |
files. The test framework was originally written by the guys of Bugzilla, and |
5 | 5 |
has been modified to cope with the Lx-Office structure. |
6 | 6 |
|
7 |
To run a full test use the shell script t/test.sh. |
|
8 |
You can also run every test with the perl interpreter like this: |
|
9 |
|
|
10 |
$ perl t/001compile.t |
|
11 |
|
|
12 |
A makefile for an automated make test would be highly appreciated. |
|
13 |
|
|
14 |
|
|
7 | 15 |
|
8 | 16 |
The Tests: |
9 | 17 |
|
... | ... | |
14 | 22 |
004template.t defunct! |
15 | 23 |
005no_tabs.t checks every file for the \t Tab char. don't use tabs please. |
16 | 24 |
006spelling.t checks for common spelling errors. |
17 |
011pog.t checks if POD syntax is correct.
|
|
25 |
011pod.t checks if POD syntax is correct.
|
|
18 | 26 |
|
19 | 27 |
|
20 | 28 |
Wanted Tests: |
... | ... | |
23 | 31 |
- check if symlinks are missing. |
24 | 32 |
- check for anything outside lower ascii in pl/pm files (only place for complex |
25 | 33 |
coding is locale) |
34 |
- check for trailing whitespace |
|
26 | 35 |
- Devise a test to check if there are modifications to locales without a |
27 | 36 |
locales.pl run. |
28 | 37 |
- Test if parse_template can compile all html templates. |
38 |
|
|
39 |
and later: |
|
29 | 40 |
- spec tests for pure backend modules like Form.pm and Common.pm |
Auch abrufbar als: Unified diff
README Update