We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When working with tests frequently, one can forget if a given test failed, succeeded, or if it was run at all.
We have tech for 'fringe' indicators, i.e. these white things:
After running tests, any deftest top-level forms that were run get a green/red fringe indicator.
Sample code to get started:
(cider--make-fringe-overlays-for-region (point) (save-excursion (end-of-buffer) (point)))
This introduces fringes of the 'cider-fringe-indicator type. We should introduce new types instead e.g. cider-successful-test-fringe-indicator.
'cider-fringe-indicator
cider-successful-test-fringe-indicator
The text was updated successfully, but these errors were encountered:
Simply jotting down something I could implement some other day (but the feature is also up for grabs)
Sorry, something went wrong.
No branches or pull requests
Context
When working with tests frequently, one can forget if a given test failed, succeeded, or if it was run at all.
We have tech for 'fringe' indicators, i.e. these white things:
Proposal
After running tests, any deftest top-level forms that were run get a green/red fringe indicator.
Notes
Sample code to get started:
This introduces fringes of the
'cider-fringe-indicator
type. We should introduce new types instead e.g.cider-successful-test-fringe-indicator
.The text was updated successfully, but these errors were encountered: