Run tests in verbose mode

This commit is contained in:
Rikko 2022-08-31 21:24:09 +05:30 committed by GitHub
parent ff2c586e7d
commit 4178c28edf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,7 +66,7 @@ $ pip install -r test/pip_reqs.txt
and then executing the following in the project's root directory:
```bash
$ python -m unittest discover
$ python -m unittest discover -v
```
## License