binman: Add coverage tools info for Python 3
Test coverage with Python 3 requires a new package. Add details about this. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -699,7 +699,7 @@ implementations target 100% test coverage. Run 'binman -T' to check this.
|
||||
|
||||
To enable Python test coverage on Debian-type distributions (e.g. Ubuntu):
|
||||
|
||||
$ sudo apt-get install python-coverage python-pytest
|
||||
$ sudo apt-get install python-coverage python3-coverage python-pytest
|
||||
|
||||
|
||||
Concurrent tests
|
||||
|
||||
Reference in New Issue
Block a user