[PATCH v2 06/11] pytest: Collect SPL unit tests
Simon Glass
sjg at chromium.org
Fri Oct 30 04:34:19 CET 2020
Add a new test_spl fixture to handle running SPL unit tests.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v2:
- Drop debug print()
- Restart U-Boot after each SPL test
test/py/conftest.py | 13 ++++++++-----
test/py/tests/test_spl.py | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 42 insertions(+), 5 deletions(-)
create mode 100644 test/py/tests/test_spl.py
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list