Searched refs:fake_start (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/kunit/ |
| H A D | kunit_tool_test.py | 491 def fake_start(unused_args, unused_build_dir): function 496 mock.patch.object(tree._ops, 'start', side_effect=fake_start).start() 510 def fake_start(start_args, unused_build_dir): function 518 with mock.patch.object(tree._ops, 'start', side_effect=fake_start), \ 533 def fake_start(unused_args, unused_build_dir): function 542 with mock.patch.object(tree._ops, 'start', side_effect=fake_start), \
|