clojure-emacs / clj-refactor.el

A CIDER extension that provides powerful commands for refactoring Clojure code.
GNU General Public License v3.0
771 stars 111 forks source link

Add unit test suite, disable `test-checks` #507

Closed vemv closed 2 years ago

vemv commented 2 years ago

Reflects the decisions we made over https://github.com/clojure-emacs/clj-refactor.el/pull/493 (which I've postponed a bit).

Code has been copied as is, except for the unit tests in question, which are for cljr--ns-name (as a random example that I picked).

bbatsov commented 2 years ago

Looks good overall, feel free to ignore my remarks.

vemv commented 2 years ago

Amended w/ feedback, thanks!