Added flag that says where tests live

This commit is contained in:
Brandon Rozek 2020-05-18 13:56:57 -04:00
parent b20ac5208b
commit ea5b355757

View file

@ -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
```