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
5
5
the tests for the namespace you're currently in. CIDER is smart enough to figure
6
6
out the namespace containing the tests. You can also run all loaded tests with
7
7
<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
9
9
** all** namespaces in your project). Using <kbd >C-c C-t t</kbd > or <kbd >C-c C-t
10
10
C-t</kbd >, you can execute only the test a point.
11
11
12
12
All 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.
14
14
15
15
In the buffer displaying the test execution results (` *cider-test-results* ` )
16
16
you'll have a bit of additional functionality at your disposal.
You can’t perform that action at this time.
0 commit comments