Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JakkuSakura/FerroPhase
/ endpoints
Endpoints
42 in github.com/JakkuSakura/FerroPhase
⨍
Functions
52,957
◇
Types & classes
22,725
↳
Endpoints
42
Route
test_connect_exceptions
mock.patch("pyinfra.connectors.ssh_util.path.isfile", lambda *args, **kwargs: True)
crates/fp-shell/tests/fixtures/connectors/test_ssh.py:None
Route
test_connect_retries_agent_keys_after_paramiko_failure
mock.patch("pyinfra.connectors.ssh.Agent")
crates/fp-shell/tests/fixtures/connectors/test_ssh.py:None
Route
test_get_file
patch("pyinfra.connectors.ssh.SSHConnector.get_file")
crates/fp-shell/tests/fixtures/connectors/test_dockerssh.py:None
Route
test_get_file
mock.patch("pyinfra.connectors.ssh.SSHClient")
crates/fp-shell/tests/fixtures/connectors/test_ssh.py:None
Route
test_get_file_error
patch("pyinfra.connectors.ssh.SSHConnector.get_file")
crates/fp-shell/tests/fixtures/connectors/test_dockerssh.py:None
Route
test_get_file_su_user
mock.patch("pyinfra.connectors.ssh.SSHClient")
crates/fp-shell/tests/fixtures/connectors/test_ssh.py:None
Route
test_get_file_sudo
mock.patch("pyinfra.connectors.ssh.SSHClient")
crates/fp-shell/tests/fixtures/connectors/test_ssh.py:None
Route
test_get_file_sudo_copy_fail
mock.patch("pyinfra.connectors.ssh.SSHClient")
crates/fp-shell/tests/fixtures/connectors/test_ssh.py:None
Route
test_get_file_sudo_remove_fail
mock.patch("pyinfra.connectors.ssh.SSHClient")
crates/fp-shell/tests/fixtures/connectors/test_ssh.py:None
Route
test_get_sftp_fail
mock.patch("pyinfra.connectors.ssh.SSHClient")
crates/fp-shell/tests/fixtures/connectors/test_ssh.py:None
Route
test_include_loop_ssh_config
patch( "pyinfra.connectors.sshuserclient.client.open", mock_open(read_data=LOOPING_SSH_CONFIG_
crates/fp-shell/tests/fixtures/connectors/test_sshuserclient.py:None
Route
test_invalid_ssh_config
patch( "pyinfra.connectors.sshuserclient.client.open", mock_open(read_data=BAD_SSH_CONFIG_DATA
crates/fp-shell/tests/fixtures/connectors/test_sshuserclient.py:None
Route
test_load_ssh_config
patch( "pyinfra.connectors.sshuserclient.client.open", mock_open(read_data=SSH_CONFIG_DATA),
crates/fp-shell/tests/fixtures/connectors/test_sshuserclient.py:None
Route
test_load_ssh_config_no_exist
patch( "pyinfra.connectors.sshuserclient.client.path.exists", lambda path: False, )
crates/fp-shell/tests/fixtures/connectors/test_sshuserclient.py:None
Route
test_load_ssh_config_proxyjump
patch( "pyinfra.connectors.sshuserclient.client.open", mock_open(read_data=SSH_CONFIG_DATA),
crates/fp-shell/tests/fixtures/connectors/test_sshuserclient.py:None
Route
test_make_names_data
patch("pyinfra.connectors.terraform.local.shell")
crates/fp-shell/tests/fixtures/connectors/test_terraform.py:None
Route
test_make_names_data_dict
patch("pyinfra.connectors.terraform.local.shell")
crates/fp-shell/tests/fixtures/connectors/test_terraform.py:None
Route
test_make_names_data_dict_invalid_item
patch("pyinfra.connectors.terraform.local.shell")
crates/fp-shell/tests/fixtures/connectors/test_terraform.py:None
Route
test_make_names_data_dict_no_name
patch("pyinfra.connectors.terraform.local.shell")
crates/fp-shell/tests/fixtures/connectors/test_terraform.py:None
Route
test_make_names_data_invalid_output
patch("pyinfra.connectors.terraform.local.shell")
crates/fp-shell/tests/fixtures/connectors/test_terraform.py:None
Route
test_make_names_data_nested
patch("pyinfra.connectors.terraform.local.shell")
crates/fp-shell/tests/fixtures/connectors/test_terraform.py:None
Route
test_make_names_data_no_output
patch("pyinfra.connectors.terraform.local.shell")
crates/fp-shell/tests/fixtures/connectors/test_terraform.py:None
Route
test_make_names_data_with_options
patch( "pyinfra.connectors.vagrant.open", mock_open(read_data=FAKE_VAGRANT_OPTIONS_DATA),
crates/fp-shell/tests/fixtures/connectors/test_vagrant.py:None
Route
test_put_file
patch("pyinfra.connectors.dockerssh.mkstemp", lambda: (None, "local_tempfile"))
crates/fp-shell/tests/fixtures/connectors/test_dockerssh.py:None
Route
test_put_file
mock.patch("pyinfra.connectors.ssh.SSHClient")
crates/fp-shell/tests/fixtures/connectors/test_ssh.py:None
Route
test_put_file_doas
mock.patch("pyinfra.connectors.ssh.SSHClient")
crates/fp-shell/tests/fixtures/connectors/test_ssh.py:None
Route
test_put_file_error
patch("pyinfra.connectors.ssh.SSHConnector.put_file")
crates/fp-shell/tests/fixtures/connectors/test_dockerssh.py:None
Route
test_put_file_su_user_fail_acl
mock.patch("pyinfra.connectors.ssh.SSHClient")
crates/fp-shell/tests/fixtures/connectors/test_ssh.py:None
Route
test_put_file_su_user_fail_copy
mock.patch("pyinfra.connectors.ssh.SSHClient")
crates/fp-shell/tests/fixtures/connectors/test_ssh.py:None
Route
test_put_file_sudo
mock.patch("pyinfra.connectors.ssh.SSHClient")
crates/fp-shell/tests/fixtures/connectors/test_ssh.py:None
Route
test_put_file_sudo_custom_temp_file
mock.patch("pyinfra.connectors.ssh.SSHClient")
crates/fp-shell/tests/fixtures/connectors/test_ssh.py:None
Route
test_run_shell_command
mock.patch("pyinfra.connectors.ssh.SSHClient")
crates/fp-shell/tests/fixtures/connectors/test_ssh.py:None
Route
test_run_shell_command_error
mock.patch("pyinfra.connectors.ssh.SSHClient")
crates/fp-shell/tests/fixtures/connectors/test_ssh.py:None
Route
test_run_shell_command_masked
patch("pyinfra.connectors.local.click")
crates/fp-shell/tests/fixtures/connectors/test_local.py:None
Route
test_run_shell_command_masked
mock.patch("pyinfra.connectors.ssh.click")
crates/fp-shell/tests/fixtures/connectors/test_ssh.py:None
Route
test_run_shell_command_retry_for_sudo_password
mock.patch("pyinfra.connectors.ssh.SSHClient")
crates/fp-shell/tests/fixtures/connectors/test_ssh.py:None
Route
test_run_shell_command_success_exit_code
mock.patch("pyinfra.connectors.ssh.SSHClient")
crates/fp-shell/tests/fixtures/connectors/test_ssh.py:None
Route
test_run_shell_command_sudo_password_automatic_prompt
mock.patch("pyinfra.connectors.util.getpass")
crates/fp-shell/tests/fixtures/connectors/test_ssh.py:None
Route
test_run_shell_command_sudo_password_automatic_prompt_with_special_chars_in_password
mock.patch("pyinfra.connectors.util.getpass")
crates/fp-shell/tests/fixtures/connectors/test_ssh.py:None
Route
test_ssh_connect_fail_retry
mock.patch("pyinfra.connectors.ssh.SSHClient")
crates/fp-shell/tests/fixtures/connectors/test_ssh.py:None
Route
test_ssh_connect_fail_success
mock.patch("pyinfra.connectors.ssh.SSHClient")
crates/fp-shell/tests/fixtures/connectors/test_ssh.py:None
Route
test_test_paramiko_connect_kwargs
patch("pyinfra.connectors.sshuserclient.client.open", mock_open(), create=True)
crates/fp-shell/tests/fixtures/connectors/test_sshuserclient.py:None