mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
test refactor: try decouple admin tests from other tests
This commit is contained in:
@@ -284,7 +284,7 @@ def ensure_user_environment(user_requirements_txt_file):
|
||||
|
||||
def ensure_admins(admin_password_list):
|
||||
"""
|
||||
Setup given list of users as admins.
|
||||
Setup given list of user[:password] strings as admins.
|
||||
"""
|
||||
os.makedirs(STATE_DIR, mode=0o700, exist_ok=True)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user