tweak readme

This commit is contained in:
Alex Mykyta
2022-05-02 21:00:59 -07:00
parent 7418324ccf
commit d3a8266c6d
2 changed files with 9 additions and 2 deletions

View File

@@ -56,6 +56,13 @@ You can also run a specific testcase. For example:
pytest tests/test_hw_access
```
Alternatively, launch tests using the helper script. This handles installing
dependencies into a virtual environment automatically.
```bash
cd tests
./run.sh
```
# Test organization