add test cases

This commit is contained in:
2024-07-17 09:05:54 -05:00
parent c907f159ab
commit 802bd46d60
2 changed files with 7 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ def nkode_api() -> NKodeAPI:
@pytest.mark.parametrize("numb_of_keys,attrs_per_key,user_passcode", [
(10, 7, [3, 10, 27, 68]),
(12, 6, [3, 10, 27, 68, 32]),
])
def test_create_new_user_and_renew_keys(nkode_api, numb_of_keys, attrs_per_key, user_passcode):
username = "test_username"