summaryrefslogtreecommitdiff
path: root/cider-test.el
Commit message (Expand)AuthorAge
* Add f and g keybinds to cider-test-report-mode-mapArtur Malabarba2016-04-15
* Change cider-type overlay property to categoryArtur Malabarba2016-04-12
* Tag and remove cider-test overlays only (#1663)Vasilij Schneidermann2016-04-11
* Improve CIDER's menu-bar menu (#1661)Artur Malabarba2016-04-11
* Kill everything that was obsoleted in the previous releaseBozhidar Batsov2016-04-10
* [#1352] Documentation complies with checkdoc styleChaitanya Koparkar2016-04-06
* [Fix #1425] Define cider-auto-test-modeArtur Malabarba2016-03-30
* Allow tests to be run silentlyArtur Malabarba2016-03-30
* Update a few copyright headersBozhidar Batsov2016-03-27
* [Fix #1627] Improve the terminology used in cider-testBozhidar Batsov2016-03-25
* Use a single line for reporting "no tests run"Artur Malabarba2016-03-23
* Fix a docstringBozhidar Batsov2016-03-21
* [Fix #1625] Display a more meaningful message when running individualBozhidar Batsov2016-03-21
* Make the "no tests" message smarterArtur Malabarba2016-03-06
* [#1600] Fix a wrong number of argsArtur Malabarba2016-03-06
* Define an obsolete alias for cider-test-run-testsArtur Malabarba2016-03-04
* [Fix #1599] Don't error when test makes 0 assertionsArtur Malabarba2016-03-03
* Make it possible to test a ns from a REPL bufferBozhidar Batsov2016-02-11
* Consolidate cider-propertize-* functionsArtur Malabarba2016-02-07
* Add a missing spaceBozhidar Batsov2016-02-07
* Add a missing spaceBozhidar Batsov2016-02-07
* Extract the cider-test menu into a variableBozhidar Batsov2016-02-07
* Font lock result types in test reportJeff Valk2016-02-06
* Update keybinding prefix for test commandsJeff Valk2016-02-06
* Don't mark keymaps as functionsBozhidar Batsov2016-02-05
* Use mnemonic keybindings for test commandsJeff Valk2016-02-04
* Give test commands their own keymapJeff Valk2016-02-04
* Code styleJeff Valk2016-02-04
* 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