summaryrefslogtreecommitdiff
path: root/test/cider-selector-tests.el
Commit message (Expand)AuthorAge
* Rename cider-find-or-create-scratch-buffer to cider-scratch-find-or-create-bu...Bozhidar Batsov2018-07-08
* Use more specific requires in the testsBozhidar Batsov2018-06-25
* New connection API and jack-in rewrite (#2324)Vitalie Spinu2018-06-17
* Bump the copyright yearsBozhidar Batsov2018-01-01
* Update the copyright years in the source codeBozhidar Batsov2017-01-04
* Add commentary and license section to test filescskksc2016-04-30
* Migrate cider-selector-tests to buttercupcskksc2016-04-22
* Remove redundant lineArtur Malabarba2016-02-13
* Fix the selector testsArtur Malabarba2016-02-13
* Add a couple of `cl-' prefixesArtur Malabarba2016-02-13
* [Fix #1458] Separate nREPL messages by connections instead of byBozhidar Batsov2016-01-31
* [#1412] Track nREPL messages per sessionBozhidar Batsov2015-11-25
* Deal with buffers directly, not their namesArtur Malabarba2015-08-29
* [#1225] Move a bunch of connection management logic to CIDER itselfBozhidar Batsov2015-08-23
* Fix broken testsBozhidar Batsov2014-05-27
* (set (make-local-variable 'x) ...) -> (setq-local x ...)Bozhidar Batsov2014-02-24
* Replace redundant lexical-let with letBozhidar Batsov2013-11-28
* Extract cider-selector tests into a separate fileBozhidar Batsov2013-10-28