summaryrefslogtreecommitdiff
path: root/devel/p5-Test-Continuous/DESCR
blob: e234ffa659c053cfbc851849d7b04eb553f72531 (plain)
1
2
3
4
5
6
7
8
9
10
Continuous Testing is a concept and tool to re-run software tests as
soon as the developer saves the source code.

"Test::Continuous" is a tool based on App::Prove that implements this
concept for Perl.

See <http://groups.csail.mit.edu/pag/continuoustesting/> for the
original implementation of Continuous Testing as an Eclipse plugin. See
also Zentest <http://www.zenspider.com/ZSS/Products/ZenTest/> for the
same concept implemented in Ruby's world.