mirror of
https://github.com/mattermost/mattermost.git
synced 2026-02-10 14:24:06 -05:00
Add comprehensive tests (34 test cases) covering: - Wrapper dataclass conversions (Post, Reaction, PostList, FileInfo) - Post client methods (create, get, update, delete, ephemeral, reactions) - File client methods (info, content, upload, link) - KV store methods (set, get, delete, list, atomic operations) - Error handling (NotFoundError, ValidationError, gRPC errors) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_client_smoke.py | ||
| test_codegen_imports.py | ||
| test_posts_files_kv.py | ||
| test_users_teams_channels.py | ||