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

Enable svutRun to autorun tests on file save #8

Closed
sarahec opened this issue Aug 8, 2019 · 2 comments
Closed

Enable svutRun to autorun tests on file save #8

sarahec opened this issue Aug 8, 2019 · 2 comments
Assignees

Comments

@sarahec
Copy link
Contributor

sarahec commented Aug 8, 2019

Proposal:

  1. Add a --watch option to svutRun. It should run the appropriate test(s) when a test or source file changes.
  2. Respect the --tests flag (or absence thereof) to determine which tests to run.

Proposed enhancements:
3. Detect when a compilation error will prevent a test from running and raise a warning.
4. Capture the output of all tests and print a summary at the end. (Minimizes scrolling.) This would live behind a feature flag.

(Please assign to me. I will file subsidiary bugs for the enhancements.)

@dpretet
Copy link
Owner

dpretet commented Aug 8, 2019

I like the idea, I look forward to test it :)

@sarahec
Copy link
Contributor Author

sarahec commented Mar 2, 2020

Closing due to not having the time to pursue

@sarahec sarahec closed this as completed Mar 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants