From 186c6df84fe4a7b393faf211fb11c056617b248a Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Mon, 6 Jul 2020 17:13:17 +0200 Subject: [PATCH] updated commands about unit test to match current directory structure The tests directory is now located in ~/sherlock/sherlock/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99f2b34..5d07257 100644 --- a/README.md +++ b/README.md @@ -188,7 +188,7 @@ Sherlock. This invocation hides the progress text that Sherlock normally outputs, and instead shows the verbose output of the tests. ``` -$ cd sherlock +$ cd sherlock/sherlock $ python3 -m unittest tests.all --verbose ```