From 833ecbf61b32cbbb9ac4ddd1a41076f0d39582d5 Mon Sep 17 00:00:00 2001 From: Javi Merino Date: Fri, 4 Mar 2016 11:38:56 +0000 Subject: [PATCH] shell: advertise lisa-test The lisa-shell has a lisa-test command. It's in its early stages but it's useful in its current form so start advertising it. --- LisaShell.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/LisaShell.txt b/LisaShell.txt index 23e5b797d..1eb9fa538 100644 --- a/LisaShell.txt +++ b/LisaShell.txt @@ -26,3 +26,8 @@ lisa-ipython - Start/Stop the IPython Notebook server lisa-report - Pretty format results of last test +.:: Test commands +-------------------------------------- + +lisa-test - Run tests and assert behaviours + -- GitLab