docs: Use python3 command instead of python for the examples

In the section 'Using the unittest Command-Line Interface' there are
some examples that use the python command instead of python3. python
usually points to python2 which is deprecated, so update the examples to
use python3.

Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
1 file changed
tree: 74796b5e856e7aabb4e30e11c229657c80263583
  1. cros/
  2. docs/
  3. cros-ec-tests.yaml
  4. LICENSE
  5. README.md
  6. setup.py
README.md

Chrome OS EC Test Suite

The main purpose of this test suite is to ensure that Chromebooks specific hardware and drivers do not regress by future changes in the kernel. The main focus of this test suite is the Chrome OS Embedded Controller and all its related drivers.