Re: [PATCH v2 06/11] pytest: Collect SPL unit tests

2020-10-29 Thread Simon Glass
Add a new test_spl fixture to handle running SPL unit tests. Signed-off-by: Simon Glass --- 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,

[PATCH v2 06/11] pytest: Collect SPL unit tests

2020-10-25 Thread Simon Glass
Add a new test_spl fixture to handle running SPL unit tests. Signed-off-by: Simon Glass --- 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,