mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 15:09:14 +00:00
[tests] add api test for group members, groups, group msgs, user msgs
This commit is contained in:
4
tests/common/utils.py
Normal file
4
tests/common/utils.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import random, string
|
||||
|
||||
def randomword(length):
|
||||
return ''.join(random.choice(string.lowercase) for i in range(length))
|
Reference in New Issue
Block a user