Relocate unit tests

This commit is contained in:
Paul Pfeister
2024-05-15 23:53:37 -04:00
parent fba6432f40
commit de8ebb1577
5 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ Sherlock. This invocation hides the progress text that Sherlock normally
outputs, and instead shows the verbose output of the tests.
```console
$ cd sherlock/sherlock
# Assumes pwd is respository root
$ python3 -m unittest tests.all --verbose
```