Browse Source

Enhanced autotest.pl introduction

Alois Mahdal 12 years ago
parent
commit
b6ef529774
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      README.md

+ 3
- 1
README.md View File

@@ -15,7 +15,9 @@ API to make usage of *htlog.cgi* in Perl scripts even easier
15 15
 
16 16
 ##autotest.pl##
17 17
 
18
-Script to make it easy to start testing your Perl module with Test::More etc.  Suggested use is to sit on the other monitor, run all *.t* files around and around and be annoying about the fact that they fail.
18
+Script to make it easier to start developing your new Perl module under pressure of unit tests written in [Test::More](http://perldoc.perl.org/Test/More.html) and the likes.
19
+
20
+Suggested use is to sit on the other monitor, run all *.t* files around and around and be annoying about the fact that they fail.  Then the rule of thumb is "no green, no commit".
19 21
 
20 22
 
21 23
 ##timestamp.pl##