Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Watcher and workflow #89

Closed
cam-intel opened this issue May 24, 2011 · 1 comment
Closed

Watcher and workflow #89

cam-intel opened this issue May 24, 2011 · 1 comment

Comments

@cam-intel
Copy link

This is just a suggestion... in some coding work-flows, one writes the tests first, expecting them to fail. Then as you begin the implementation, fewer and fewer tests fail until they all pass and you're done.

The watcher only watches the spec folders right now. This means it isn't very useful for the above scenario because it only re-runs the tests when the spec changes, not when the code changes.

Would it be possible to add other source directories (recursively) to the watcher that trigger the tests?

Thanks

@evanp
Copy link
Contributor

evanp commented Apr 27, 2018

I think this is covered in #380, so I'm going to close it for now.

@evanp evanp closed this as completed Apr 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants