Happy !
LaurentLaffont / Autotest
Project infos
| License | MIT |
| Tags | testing |
| Creation date | 2013-04-05 |
| Website | http://magaloma.blogspot.com/2010/06/autotest-for-pharo.html |
Monticello registration
About Autotest
Autotest is a live testing tool (similar to Ruby Autotest, but the Smalltalk way, more dynamic). Autotest automatically runs tests related to the method you edit. Screencast to see it in action: http://magaloma.blogspot.com/2010/06/autotest-for-pharo.html
To load:
Gofer it
smalltalkhubUser: 'LaurentLaffont' project: 'Autotest';
configuration;
load.
(Smalltalk at: #ConfigurationOfAutotest) load.
Then in settings enable Autotest.
