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

mix mneme.watch: Immediately halt test suite on reload #93

Open
zachallaun opened this issue Oct 17, 2024 · 0 comments
Open

mix mneme.watch: Immediately halt test suite on reload #93

zachallaun opened this issue Oct 17, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@zachallaun
Copy link
Owner

Let's say you're running mix mneme.watch and you're being prompted on test 5 of 10. Instead of accepting the prompt, you make a change to some file and save.

Current behavior: The prompt is interrupted, the assertion is skipped, and the remaining tests run before restarting, skipping any assertions that would have failed. In this example, tests 6-10 still run.

Desired behavior: The prompt is interrupted and testing immediately stops. Tests 6-10 do not run.

@zachallaun zachallaun added enhancement New feature or request good first issue Good for newcomers labels Oct 17, 2024
@zachallaun zachallaun removed the good first issue Good for newcomers label Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant