Searched refs:mock_exists (Results 1 – 2 of 2) sorted by relevance
81 def test_success_without_template(self, mock_command, mock_exists): argument89 mock_exists.assert_not_called()94 mock_exists): argument98 mock_exists.assert_not_called()395 def test_update_virtual_rust(self, mock_call, mock_copy, mock_exists): argument403 mock_exists.assert_called_once_with(virtual_rust_dir)
420 def test_check_skylab_tool(self, mock_exists, mock_runcmd): argument425 mock_exists.return_value = True429 mock_exists.return_value = False