HACKING: Stop using setup.py as a way to run tests

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2022-01-26 16:43:28 -08:00 committed by James Valleroy
parent 136e70bbd0
commit 747a5f120f
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -344,12 +344,6 @@ To run all the standard unit tests in the container/VM:
guest$ py.test-3
```
Another way to run tests (not recommended):
```bash
guest$ ./setup.py test
```
To run a specific test function, test class or test module, use pytest filtering
options. See pytest documentation for further filter options.