Exemplo n.º 1
0
def test_private_key_9_ed25519(test_input, expected):
    assert secrets_filename.detect_match_against_filename(test_input) == expected
Exemplo n.º 2
0
def test_credential_4_keystore_keyring(test_input, expected):
    assert secrets_filename.detect_match_against_filename(test_input) == expected
Exemplo n.º 3
0
def test_credential_3_keychain__REVIEW(test_input, expected):
    assert secrets_filename.detect_match_against_filename(test_input) == expected
Exemplo n.º 4
0
def test_credential_2_githubenterprise(test_input, expected):
    assert secrets_filename.detect_match_against_filename(test_input) == expected
Exemplo n.º 5
0
def test_credential_1_credential_credentials(test_input, expected):
    assert secrets_filename.detect_match_against_filename(test_input) == expected
Exemplo n.º 6
0
def test_shell_3_aliases_config___REVIEW(test_input, expected):
    assert secrets_filename.detect_match_against_filename(test_input) == expected