forked from clojure-emacs/cider
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fix clojure-emacs#613] Add clojure.test integration.
Add 'cider-test', to replace the retired 'clojure-test-mode'. Add mostly complete cider-test result layout. Enable cider-test mode and key bindings. Add interactive run functions. Rename cider-test-report-mode. Echo testing and summary messages. Clean up emit/insert code. Add test report result navigation; rename report buffer. Clean up variable names and function arguments. Handle test namespace not found. Add ediff for test results. Clean up a bit. Clean up code, add doc strings, improve menus. Enable jump to line within var. Move modified functions into their proper files. Highlight non-passing test definitions. Fix some code ordering, and add a funcall. Update README and CHANGELOG for test integration. Update doc strings and commentary.
- Loading branch information
Showing
8 changed files
with
507 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.