mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-27 10:44:33 +00:00
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:
parent
136e70bbd0
commit
747a5f120f
@ -344,12 +344,6 @@ To run all the standard unit tests in the container/VM:
|
|||||||
guest$ py.test-3
|
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
|
To run a specific test function, test class or test module, use pytest filtering
|
||||||
options. See pytest documentation for further filter options.
|
options. See pytest documentation for further filter options.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user