Skip to content

clojure.test integration #613

@bbatsov

Description

@bbatsov

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:

  1. A single command cider-test-ns that simply opens the output of the test run into a new buffer
  2. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions