mirror of
https://github.com/mattermost/mattermost.git
synced 2026-03-06 07:10:52 -05:00
- Add test_hooks_command_config.py: ExecuteCommand and ConfigurationWillBeSaved hook tests - Add test_hooks_user_channel.py: User lifecycle, channel/team, and SAML login hook tests - Add test_hooks_notifications.py: Reaction, notification, and preferences hook tests - Add test_hooks_system.py: System, WebSocket, cluster, shared channels, and support data hook tests - All 65 new tests verify correct hook semantics including: - Fire-and-forget vs return-value hooks - Rejection string semantics for UserWillLogIn - Modify/reject semantics for notifications - Error handling for all hook types Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_client_smoke.py | ||
| test_codegen_imports.py | ||
| test_hook_registry.py | ||
| test_hook_runner.py | ||
| test_hooks_command_config.py | ||
| test_hooks_grpc_integration.py | ||
| test_hooks_lifecycle.py | ||
| test_hooks_messages.py | ||
| test_hooks_notifications.py | ||
| test_hooks_system.py | ||
| test_hooks_user_channel.py | ||
| test_plugin_bootstrap.py | ||
| test_posts_files_kv.py | ||
| test_users_teams_channels.py | ||