Add third-party auth plugins support #26
Annotations
10 errors
Run pytest:
tests\test_plugin.py#L648
test_creds_auth_missing[credential-store-basic-both]
assert "http: error: TypeError: get_auth() missing 2 required positional arguments: 'username' and 'password'" == "http: error: TypeError: BasicAuthPlugin.get_auth() missing 2 required positional arguments: 'username' and 'password'"
- http: error: TypeError: BasicAuthPlugin.get_auth() missing 2 required positional arguments: 'username' and 'password'
? ----------------
+ http: error: TypeError: get_auth() missing 2 required positional arguments: 'username' and 'password'
|
Run pytest:
tests\test_plugin.py#L648
test_creds_auth_missing[credential-store-basic-passowrd]
assert "http: error: TypeError: get_auth() missing 1 required positional argument: 'password'" == "http: error: TypeError: BasicAuthPlugin.get_auth() missing 1 required positional argument: 'password'"
- http: error: TypeError: BasicAuthPlugin.get_auth() missing 1 required positional argument: 'password'
? ----------------
+ http: error: TypeError: get_auth() missing 1 required positional argument: 'password'
|
Run pytest:
tests\test_plugin.py#L648
test_creds_auth_missing[credential-store-basic-username]
assert "http: error: TypeError: get_auth() missing 1 required positional argument: 'username'" == "http: error: TypeError: BasicAuthPlugin.get_auth() missing 1 required positional argument: 'username'"
- http: error: TypeError: BasicAuthPlugin.get_auth() missing 1 required positional argument: 'username'
? ----------------
+ http: error: TypeError: get_auth() missing 1 required positional argument: 'username'
|
Run pytest:
tests\test_plugin.py#L648
test_creds_auth_missing[credential-store-digest-both]
assert "http: error: TypeError: get_auth() missing 2 required positional arguments: 'username' and 'password'" == "http: error: TypeError: DigestAuthPlugin.get_auth() missing 2 required positional arguments: 'username' and 'password'"
- http: error: TypeError: DigestAuthPlugin.get_auth() missing 2 required positional arguments: 'username' and 'password'
? -----------------
+ http: error: TypeError: get_auth() missing 2 required positional arguments: 'username' and 'password'
|
Run pytest:
tests\test_plugin.py#L648
test_creds_auth_missing[credential-store-digest-password]
assert "http: error: TypeError: get_auth() missing 1 required positional argument: 'password'" == "http: error: TypeError: DigestAuthPlugin.get_auth() missing 1 required positional argument: 'password'"
- http: error: TypeError: DigestAuthPlugin.get_auth() missing 1 required positional argument: 'password'
? -----------------
+ http: error: TypeError: get_auth() missing 1 required positional argument: 'password'
|
Run pytest:
tests\test_plugin.py#L648
test_creds_auth_missing[credential-store-digest-username]
assert "http: error: TypeError: get_auth() missing 1 required positional argument: 'username'" == "http: error: TypeError: DigestAuthPlugin.get_auth() missing 1 required positional argument: 'username'"
- http: error: TypeError: DigestAuthPlugin.get_auth() missing 1 required positional argument: 'username'
? -----------------
+ http: error: TypeError: get_auth() missing 1 required positional argument: 'username'
|
Run pytest:
tests\test_plugin.py#L648
test_creds_auth_missing[credential-store-token]
assert "http: error: TypeError: __init__() missing 1 required keyword-only argument: 'token'" == "http: error: TypeError: HTTPTokenAuth.__init__() missing 1 required keyword-only argument: 'token'"
- http: error: TypeError: HTTPTokenAuth.__init__() missing 1 required keyword-only argument: 'token'
? --------------
+ http: error: TypeError: __init__() missing 1 required keyword-only argument: 'token'
|
Run pytest:
tests\test_plugin.py#L648
test_creds_auth_missing[credential-store-header-both]
assert "http: error: TypeError: __init__() missing 2 required keyword-only arguments: 'name' and 'value'" == "http: error: TypeError: HTTPHeaderAuth.__init__() missing 2 required keyword-only arguments: 'name' and 'value'"
- http: error: TypeError: HTTPHeaderAuth.__init__() missing 2 required keyword-only arguments: 'name' and 'value'
? ---------------
+ http: error: TypeError: __init__() missing 2 required keyword-only arguments: 'name' and 'value'
|
Run pytest:
tests\test_plugin.py#L648
test_creds_auth_missing[credential-store-header-value]
assert "http: error: TypeError: __init__() missing 1 required keyword-only argument: 'value'" == "http: error: TypeError: HTTPHeaderAuth.__init__() missing 1 required keyword-only argument: 'value'"
- http: error: TypeError: HTTPHeaderAuth.__init__() missing 1 required keyword-only argument: 'value'
? ---------------
+ http: error: TypeError: __init__() missing 1 required keyword-only argument: 'value'
|
Run pytest:
tests\test_plugin.py#L648
test_creds_auth_missing[credential-store-header-name]
assert "http: error: TypeError: __init__() missing 1 required keyword-only argument: 'name'" == "http: error: TypeError: HTTPHeaderAuth.__init__() missing 1 required keyword-only argument: 'name'"
- http: error: TypeError: HTTPHeaderAuth.__init__() missing 1 required keyword-only argument: 'name'
? ---------------
+ http: error: TypeError: __init__() missing 1 required keyword-only argument: 'name'
|
Loading