zVPS / zvps-netbeans-phpunit-watcher

Listens for the file save command and tries to run the associated phpunit test file.
4 stars 2 forks source link

All Project Tests Support #7

Open Caffe1neAdd1ct opened 8 years ago

Caffe1neAdd1ct commented 8 years ago

What scenario I wanted to support? Please, let's consider that COMMAND_TEST is called so the following steps are correct:

Having a task per project would be necessary to avoid cancelling task for running tests for ProjectA if any file from ProjectB is edited & saved in shorter interval than 1 second after a task for ProjectA was scheduled.