Searched refs:get_download_dir (Results 1 – 3 of 3) sorted by relevance
65 def get_download_dir():382 @patch('fedabipkgdiff.get_download_dir', new=get_download_dir)
251 download_dir = get_download_dir()349 return os.path.join(get_download_dir(), filename)962 def get_download_dir(): function988 url, os.path.join(get_download_dir(),
11331 * tests/mockfedabipkgdiff.in (get_download_dir): Rewrite to11332 behave just like the original get_download_dir.11336 (run_fedabipkgdiff): Mock original get_download_dir with the11337 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.