File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ n</kbd> or <kbd>C-c C-t C-n</kbd> in a source buffer or a REPL buffer will run
55the tests for the namespace you're currently in. CIDER is smart enough to figure
66out the namespace containing the tests. You can also run all loaded tests with
77<kbd >C-c C-t l</kbd > or <kbd >C-c C-t C-l</kbd > and all tests within a project
8- with <kbd >C-c C-t p</kbd > or <kbd >C-c C-t C-p</kbd > (note that this will loaded
8+ with <kbd >C-c C-t p</kbd > or <kbd >C-c C-t C-p</kbd > (note that this will load
99** all** namespaces in your project). Using <kbd >C-c C-t t</kbd > or <kbd >C-c C-t
1010C-t</kbd >, you can execute only the test a point.
1111
1212All test commands are available in REPL buffers as well. There you can also use
13- <kbd >,</kbd > there to invoke some of the testing commands.
13+ <kbd >,</kbd > to invoke some of the testing commands.
1414
1515In the buffer displaying the test execution results (` *cider-test-results* ` )
1616you'll have a bit of additional functionality at your disposal.
You can’t perform that action at this time.
0 commit comments