mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-15 00:37:06 +00:00
Merge pull request #137 from sdushantha/patch-1
replaced % with $ in README.md
This commit is contained in:
commit
60f968d919
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ Sherlock. This invocation hides the progress text that Sherlock normally
|
|||
outputs, and instead shows the verbose output of the tests.
|
||||
|
||||
```
|
||||
% python3 -m unittest tests.all --buffer --verbose
|
||||
$ python3 -m unittest tests.all --buffer --verbose
|
||||
```
|
||||
|
||||
Note that the tests are very much a work in progress. Significant work is
|
||||
|
|
Loading…
Reference in a new issue