Procházet zdrojové kódy

Enhanced autotest.pl introduction

Alois Mahdal před 13 roky
rodič
revize
b6ef529774
1 změnil soubory, kde provedl 3 přidání a 1 odebrání
  1. 3
    1
      README.md

+ 3
- 1
README.md Zobrazit soubor

@@ -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##