-
-
Notifications
You must be signed in to change notification settings - Fork 648
Open
Labels
feature requestgood first issueA simple tasks suitable for first-time contributorsA simple tasks suitable for first-time contributors
Description
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:
(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
.
Metadata
Metadata
Assignees
Labels
feature requestgood first issueA simple tasks suitable for first-time contributorsA simple tasks suitable for first-time contributors