Skip to content

A utility that provides interactive test driven development

Notifications You must be signed in to change notification settings

zjt/Interactive-TDD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

NOTE: I created 'interact' before I discovered Test::Continuous 'autoprove' (https://metacpan.org/module/autoprove).  
'autoprove' is more complete, so I recommend using it for Perl development.  
There are still uses for 'interact' since it can be used for things other than Perl development.

'interact' watches for any changes in a directory
and then runs a command (such as run your unit test suite)
and outputs the results either to the terminal or to growl

How to use:
1. install 'interact' somewhere in your path
2. run 'interact' before you start developing and it will do its magic
3. pass in options to 'interact' as you see fit

About

A utility that provides interactive test driven development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages