Home
last modified time | relevance | path

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

/external/libabigail/tests/
Dmockfedabipkgdiff.in65 def get_download_dir():
382 @patch('fedabipkgdiff.get_download_dir', new=get_download_dir)
/external/libabigail/tools/
Dfedabipkgdiff251 download_dir = get_download_dir()
349 return os.path.join(get_download_dir(), filename)
962 def get_download_dir(): function
988 url, os.path.join(get_download_dir(),
/external/libabigail/
DChangeLog11331 * tests/mockfedabipkgdiff.in (get_download_dir): Rewrite to
11332 behave just like the original get_download_dir.
11336 (run_fedabipkgdiff): Mock original get_download_dir with the
11337 rewrite get_download_dir.
14811 directory to mocked get_download_dir in mock.patch decorator.
14817 directory to mocked get_download_dir in mock.patch decorator.