Searched refs:mock_mkdtemp (Results 1 – 2 of 2) sorted by relevance
48 def test_EnsureFileInChrootAlreadyInside(self, mock_mkdtemp, mock_copy): argument57 mock_mkdtemp.assert_not_called()
699 def test_get_keyvals(self, mock_chrootruncmd, mock_runcmd, mock_mkdtemp, argument710 mock_mkdtemp.reset_mock()720 mock_mkdtemp.return_value = TMP_DIR1744 self.assertEqual(mock_mkdtemp.call_count, 1)757 self.assertEqual(mock_mkdtemp.call_count, 0)