public
Description: Server automation framework and application
Homepage: http://reductivelabs.com/trac/puppet/
Clone URL: git://github.com/lak/puppet.git
Click here to lend your support to: puppet and make a donation at www.pledgie.com !
puppet / ext / autotest
name age message
..
file Rakefile Loading commit data...
file config
file readme.rst

Autotest is a simple tool that automatically links tests with the files being tested, and runs tests automatically when either the test or code has changed.

If you are running on a Mac and have growlnotify installed, install the ZenTest gem, then copy the config file to ~/.autotest (or just run rake in this directory).

Once you have autotest installed, change to the root of your Puppet git repository and run autotest with no arguments. To refresh the list of files to scan, hit ^c (that is, control-c).

It's recommended you leave this running in another terminal during all development, preferably on another monitor.