mirror of
https://github.com/Brandon-Rozek/website.git
synced 2024-11-09 10:40:34 -05:00
Added flag that says where tests live
This commit is contained in:
parent
b20ac5208b
commit
ea5b355757
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ if __name__ == '__main__':
|
|||
To auto-discover and run your tests
|
||||
|
||||
```bash
|
||||
python -m unittest discover
|
||||
python -m unittest discover -s tests
|
||||
```
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue