summaryrefslogtreecommitdiff
path: root/cider-test.el
Commit message (Expand)AuthorAge
...
* Prompt to offer rerun of failed/erring testsJeff Valk2016-02-04
* Enable running tests in multiple namespacesJeff Valk2016-02-04
* [#1432] Specify that trace and test only support ClojureArtur Malabarba2016-01-19
* Update the copyright yearsBozhidar Batsov2016-01-01
* [Fix #1379] Fix test highlighting at start of lineJeff Valk2015-12-29
* Ensure correct mode for test report stacktracesJeff Valk2015-12-28
* [Fix #1435] Display test results more specificallyJeff Valk2015-12-28
* Add cider-pprint-fn optionMichael Griffiths2015-12-12
* Use `cider-propertize-ns` wherever possibleBozhidar Batsov2015-11-24
* Ensure that the ": " doesn't get colored in cider-test-echo-summaryArtur Malabarba2015-11-15
* Remove a mention of clojure-test-modeBozhidar Batsov2015-11-13
* Use font-lock-type-face when rendering the ns in cider-test-render-reportBozhidar Batsov2015-11-13
* Fix cider-test-echo-summary not font-locking nsArtur Malabarba2015-11-13
* Display the ns first in the cider-test minibuffer reportBozhidar Batsov2015-11-13
* Font-lock ns references in cider-test minibuffer messagesBozhidar Batsov2015-11-13
* [Fix #1406] When running tests, report test ns in minibuffer messagesFabricationatorishnicatorist2015-11-12
* [Fix #1405] Always update test-report but pop buffer only as appropriateFabricationatorishnicatorist2015-11-10
* Update test-report buffer when tests passJeff Hui2015-11-06
* Normalize the usage of if/when-let with that of letArtur Malabarba2015-10-21
* Remove many uses of `newline' for (insert "\n")Artur Malabarba2015-10-21
* [Fix #1348] Remove dash dependencyRoger Gilliar2015-10-19
* Fix a few left-over byte-comp warningsArtur Malabarba2015-09-24
* Move many common-use functions to cider-common.elArtur Malabarba2015-09-23
* Move popup logic to cider-popup.elArtur Malabarba2015-09-20
* Remove gratuitous use of CL rest functionAndy Chambers2015-09-10
* Add CIDER wrappers for nrepl-send-request and nrepl-send-sync-requestBozhidar Batsov2015-08-27
* [#1264] Get rid of nrepl-current-sessionBozhidar Batsov2015-08-18
* [Fix #1177] Add TAB and RET keys to the test-report bufferArtur Malabarba2015-08-08
* Code styleBozhidar Batsov2015-06-23
* Fix a deprecation warningBozhidar Batsov2015-06-23
* [Fix #1143] Handle tests without location metadataBozhidar Batsov2015-06-23
* Remove usages of `first' and `second' from clBozhidar Batsov2015-06-15
* Use #' where appropriateBozhidar Batsov2015-05-27
* Remove unused parameter from cider-test-stacktraceMichael Griffiths2015-04-25
* Use _ where appropriateMichael Griffiths2015-04-25
* Use string-match-p/looking-at-p as possibleSyohei YOSHIDA2015-04-22
* [#1032] Combine jump-to-var and jump-to-resource into one functionEricGebhart2015-04-02
* Add `cider-prompt-for-symbol` optionMichael Griffiths2015-03-26
* Fix indentationMichael Griffiths2015-03-20
* Add cider-stacktrace-print-lengthMichael Griffiths2015-03-15
* Update copyright yearsBozhidar Batsov2015-03-01
* New defcustom `cider-auto-select-test-report-buffer`Matt Mitchell2015-02-25
* [Fix #885] Ensure text property keys are symbols.Marshall Bockrath-Vandegrift2014-12-18
* [Fix #784] Make it possible to run tests in the current ns with `C-u C-c ,`Bozhidar Batsov2014-11-15
* [#784] Document the existence of cider-test-infer-test-ns and make it a defcu...Bozhidar Batsov2014-11-15
* [#868] Handle stdout and stderr responses for test requestsBozhidar Batsov2014-11-05
* correctly handle nREPL dicts in cider-test.elVitalie Spinu2014-09-15
* [Fix #749] Make font-locking compatible with font-lock-modeBozhidar Batsov2014-09-14
* Merge pull request #778 from vitoshka/bencodeBozhidar Batsov2014-09-09
|\
| * [Fix #776, #773, #733] Rewrite bencode decoderVitalie Spinu2014-09-08