Fixes and additional tests
This commit is contained in:
parent
4365c2bd4e
commit
5ec814a604
5 changed files with 193 additions and 60 deletions
|
|
@ -21,3 +21,9 @@ def get_network_id():
|
|||
return "n-" + "".join(
|
||||
random.choice(string.ascii_uppercase + string.digits) for _ in range(26)
|
||||
)
|
||||
|
||||
|
||||
def get_member_id():
|
||||
return "m-" + "".join(
|
||||
random.choice(string.ascii_uppercase + string.digits) for _ in range(26)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue