Searched refs:fake_run (Results 1 - 1 of 1) sorted by relevance

/u-boot/tools/binman/
H A Dbintool_test.py244 def fake_run(*cmd): function in function:TestBintool.check_build_method
257 with unittest.mock.patch.object(tools, 'run', side_effect=fake_run):
301 def fake_run(*cmd): function in function:TestBintool.test_all_bintools
313 with unittest.mock.patch.object(tools, 'run', side_effect=fake_run):

Completed in 45 milliseconds