Home
last modified time | relevance | path

Searched defs:mock_call (Results 1 – 2 of 2) sorted by relevance

/external/toolchain-utils/rust_tools/
Drust_uprev_test.py369 def test_copy_patches(self, mock_call, mock_ls, mock_copy): argument
397 def test_create_ebuild(self, mock_call, mock_copy): argument
409 def test_remove_rust_bootstrap_version(self, mock_call, *_args): argument
427 def test_remove_virtual_rust(self, mock_call, mock_find_ebuild): argument
438 def test_update_virtual_rust(self, mock_call, mock_copy, mock_find_ebuild): argument
481 def test_build_cross_compiler(self, mock_call, mock_output): argument
/external/python/cffi/testing/cffi1/
Dtest_pkgconfig.py8 def mock_call(libname, flag): function