yao/openapi/tests/user
Max 9aff88d2fc Add team member removal functionality and related tests
- Implemented RemoveAllTeamMembers method in DefaultUser to delete all members from a team during team deletion.
- Added TestTeamDeleteMemberCleanup to verify that all members are removed when a team is deleted.
- Refactored team creation and deletion logic to ensure proper member management and error handling during these operations.
2025-09-23 11:24:57 +08:00
..
login_config_test.go Add user configuration loading and update authentication routes 2025-09-18 09:02:54 +08:00
login_test.go Add user configuration loading and update authentication routes 2025-09-18 09:02:54 +08:00
oauth_authorize_test.go Fix formatting in OAuth authorization test for improved readability 2025-09-18 09:11:09 +08:00
oauth_callback_test.go Add user configuration loading and update authentication routes 2025-09-18 09:02:54 +08:00
team_test.go Add team member removal functionality and related tests 2025-09-23 11:24:57 +08:00