-
-
Notifications
You must be signed in to change notification settings - Fork 653
Closed
Description
clojure-test-mode
is an unsupported mess full of inlined Clojure code. It's considered officially deprecated right now and it'd be nice if we bundled clojure.test
support directly into cider as it's the standard test framework. I'm seeing two options:
- A single command
cider-test-ns
that simply opens the output of the test run into a new buffer - Maintaining a feature set and UI similar to that of
clojure-test-mode
.
At any rate we'll need some basic middleware for running the tests and clearing their definitions before test re-runs. @jeffvalk Would you like to look into implementing this? Should be reasonable straight-forward. I'm tied up cleaning up clojure-mode
and hunting encoding/decoding issues and won't be able to attend to this any time soon, but I want us to lay clojure-test-mode
to rest once and for all.
Metadata
Metadata
Assignees
Labels
No labels