单元测试:新建用户与用户组

This commit is contained in:
2025-07-14 15:13:05 +08:00
parent e011a1ea0e
commit 557a50f539
26 changed files with 396 additions and 242 deletions

View File

@@ -20,7 +20,7 @@ def router_directory_create() -> ResponseModel:
Returns:
ResponseModel: A model containing the response data for the directory creation.
"""
...
pass
@directory_router.get(
path='/{path:path}',
@@ -38,4 +38,4 @@ def router_directory_get(path: str) -> ResponseModel:
Returns:
ResponseModel: A model containing the response data for the directory contents.
"""
...
pass