Home
last modified time | relevance | path

Searched refs:mock_exe_exists (Results 1 – 7 of 7) sorted by relevance

/dports/security/py-certbot-apache/certbot-apache-1.22.0/tests/
H A Ddebian_test.py54 def test_enable_mod(self, mock_run, mock_exe_exists, mock_run_script): argument
58 mock_exe_exists.return_value = True
213 def test_enable_mod_no_disable(self, mock_exe_exists): argument
214 mock_exe_exists.return_value = False
H A Dutil.py109 "exe_exists") as mock_exe_exists:
110 mock_exe_exists.return_value = True
H A Dconfigurator_test.py63 def test_prepare_version(self, mock_exe_exists, _): argument
64 mock_exe_exists.return_value = True
/dports/security/py-certbot-nginx/certbot-nginx-1.22.0/tests/
H A Dtest_util.py72 "exe_exists") as mock_exe_exists:
73 mock_exe_exists.return_value = True
H A Dconfigurator_test.py39 def test_prepare_no_install(self, mock_exe_exists): argument
40 mock_exe_exists.return_value = False
50 def test_prepare_initializes_version(self, mock_run, mock_exe_exists): argument
60 mock_exe_exists.return_value = True
/dports/security/py-certbot/certbot-1.22.0/tests/
H A Dhook_test.py53 def test_not_found(self, mock_exe_exists): argument
54 mock_exe_exists.return_value = False
H A Dmain_test.py820 def test_configurator_selection(self, mock_exe_exists, _, __, ___): argument
821 mock_exe_exists.return_value = True