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

/xsrc/external/mit/MesaLib/dist/bin/pick/
H A Dcore_test.py262 async def return_true(*_, **__) -> bool: member in class:TestResolveNomination
275 with mock.patch('bin.pick.core.is_commit_in_branch', self.return_true):
332 with mock.patch('bin.pick.core.is_commit_in_branch', self.return_true):
359 with mock.patch('bin.pick.core.is_commit_in_branch', self.return_true):
374 with mock.patch('bin.pick.core.is_commit_in_branch', self.return_true):
389 with mock.patch('bin.pick.core.is_commit_in_branch', self.return_true):

Completed in 3 milliseconds