Skip to content

Fringe indicators for sucessful/failed tests #3721

@vemv

Description

@vemv

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:

image

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

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions