Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Keeper-Security/Commander
/ make_valid_user
Function
make_valid_user
tests/test_credential_provision_validation.py:31–36 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
30
31
def
make_valid_user():
32
return
{
33
'first_name'
:
'Test'
,
34
'last_name'
:
'User'
,
35
'personal_email'
:
'test@example.com'
,
36
}
37
38
39
def
make_valid_account(extra=None):
Callers
15
test_validate_succeeds_without_rotation_block
Method · 0.85
test_validate_succeeds_with_full_rotation_block_unchanged
Method · 0.85
test_null_rotation_value_rejected_with_helpful_error
Method · 0.85
test_empty_rotation_dict_does_not_silently_pass
Method · 0.85
_base_config
Method · 0.85
_config_with_on_demand
Method · 0.85
_config_with_rop
Method · 0.85
test_existing_password_non_empty_string_validates_without_rotation
Method · 0.85
test_existing_password_empty_string_rejected
Method · 0.85
test_existing_password_whitespace_only_rejected
Method · 0.85
test_existing_password_preserves_internal_whitespace
Method · 0.85
test_existing_password_non_string_rejected
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected