summaryrefslogtreecommitdiff
path: root/doc/using_the_repl.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-10-08 14:11:12 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2016-10-08 14:11:12 +0300
commit3a83d58dfc546b79c3e5284e1d59b83969bc4a88 (patch)
tree78f5883c756b7f860321535fe7c3d927576960b6 /doc/using_the_repl.md
parent167a708e2803426b0b60cde9d4dd31a7cd1a530d (diff)
[Fix #1851] Add a command to re-run the last test that was ran
Diffstat (limited to 'doc/using_the_repl.md')
-rw-r--r--doc/using_the_repl.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/using_the_repl.md b/doc/using_the_repl.md
index 9161cec6..245f0674 100644
--- a/doc/using_the_repl.md
+++ b/doc/using_the_repl.md
@@ -36,6 +36,7 @@ Keyboard shortcut | Description
<kbd>C-c M-t v</kbd> | Toggle var tracing.
<kbd>C-c M-t n</kbd> | Toggle namespace tracing.
<kbd>C-c C-t t</kbd> <br/> <kbd>C-c C-t C-t</kbd> | Run test at point.
+<kbd>C-c C-t g</kbd> <br/> <kbd>C-c C-t C-g</kbd> | Re-run the last test you ran.
<kbd>C-c C-t n</kbd> <br/> <kbd>C-c C-t C-n</kbd> | Run tests for current namespace.
<kbd>C-c C-t l</kbd> <br/> <kbd>C-c C-t C-l</kbd> | Run tests for all loaded namespaces.
<kbd>C-c C-t p</kbd> <br/> <kbd>C-c C-t C-p</kbd> | Run tests for all project namespaces. This loads the additional namespaces.