Searched refs:mock_format (Results 1 – 1 of 1) sorted by relevance
282 def test_build_target(self, mock_build, mock_format, mock_print): argument290 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()