Home
last modified time | relevance | path

Searched refs:mock_format (Results 1 – 1 of 1) sorted by relevance

/tools/asuite/aidegen/lib/
Dproject_info_unittest.py282 def test_build_target(self, mock_build, mock_format, mock_print): argument
290 self.assertTrue(mock_format.called_with('\n'.join(test_targets)))
293 mock_format.reset_mock()
299 self.assertFalse(mock_format.called)
302 mock_format.reset_mock()