Skip to content
Snippets Groups Projects
Commit 4d5994f9 authored by Simon Glass's avatar Simon Glass
Browse files

binman: Set up 'entry' to permit full test coverage


There is a little check at the top of entry.py which decides if importlib
is available. At present this has no test coverage. To add this we will
need to import the module twice, once with importlib and once without.
In preparation for allowing a test to control the importing of this
module, remove all global imports of the 'entry' module.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent 5a3f2226
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment