Remove duplicate -v flag.
This commit is contained in:
@@ -110,8 +110,8 @@ Depending on which framework is installed (TensorFlow 2.0 and/or PyTorch), the i
|
||||
You can run the tests from the root of the cloned repository with the commands:
|
||||
|
||||
```bash
|
||||
python -m unittest -v discover -s tests -t . -v
|
||||
python -m unittest -v discover -s examples -t examples -v
|
||||
python -m unittest discover -s tests -t . -v
|
||||
python -m unittest discover -s examples -t examples -v
|
||||
```
|
||||
|
||||
or
|
||||
|
||||
Reference in New Issue
Block a user