commit | 202024799713b38c8c001d6f5234cd80932e0663 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Feb 09 09:07:18 2025 -0700 |
committer | Simon Glass <sjg@chromium.org> | Sat Mar 15 11:47:05 2025 +0000 |
tree | 151c62e8ac5df06a13a683294dfdc079edddf82f | |
parent | 32701111a3036f5ec3fb3eeefebc785cef80fc04 [diff] |
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>