]> git.dujemihanovic.xyz Git - u-boot.git/commit
pytest: Collect SPL unit tests
authorSimon Glass <sjg@chromium.org>
Mon, 26 Oct 2020 02:38:31 +0000 (20:38 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 29 Oct 2020 20:42:18 +0000 (14:42 -0600)
commitbc84d585ec0edf1705832fd431fc6a0ded978524
tree1e478d53085531ee22fe9de1fa9e09939a342e96
parent60251b1d536abec8e163a00c41d801d69faa429c
pytest: Collect SPL unit tests

Add a new test_spl fixture to handle running SPL unit tests.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/py/conftest.py
test/py/tests/test_spl.py [new file with mode: 0644]