浏览代码

Enhanced autotest.pl introduction

Alois Mahdal 13 年前
父节点
当前提交
b6ef529774
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3
    1
      README.md

+ 3
- 1
README.md 查看文件

15
 
15
 
16
 ##autotest.pl##
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
 ##timestamp.pl##
23
 ##timestamp.pl##