From 747a5f120f1a3937530cd34fcdfffeaeab100ffe Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Wed, 26 Jan 2022 16:43:28 -0800 Subject: [PATCH] HACKING: Stop using setup.py as a way to run tests Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- HACKING.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/HACKING.md b/HACKING.md index 5f2f230cf..d54b2936f 100644 --- a/HACKING.md +++ b/HACKING.md @@ -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.