test/py: Show info about module-loading
authorSimon Glass <sjg@chromium.org>
Sun, 9 Feb 2025 16:07:18 +0000 (09:07 -0700)
committerSimon Glass <sjg@chromium.org>
Sat, 15 Mar 2025 11:47:05 +0000 (11:47 +0000)
commit0043428777f8b4dabd8124aa60f53fc7a14c9369
tree151c62e8ac5df06a13a683294dfdc079edddf82f
parentd08653d3699c1aafada3418c9f74b887bfb21a65
test/py: Show info about module-loading

It is sometimes tricky to figure out what modules test.py is loading
when it starts up. The result can be a silent failure with no clue as to
what when wrong.

Add a section which lists the modules loaded as well as those not
found.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/py/conftest.py