mattermost/python-sdk/tests
Nick Misasi 3974d55f20 test(06-03): add unit tests for Post/File/KV API methods
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>
2026-01-19 10:06:36 -05:00
..
__init__.py feat(06-01): add Python SDK package scaffold with pyproject.toml 2026-01-16 14:44:29 -05:00
test_client_smoke.py test(06-01): add smoke tests for codegen and client 2026-01-16 14:45:01 -05:00
test_codegen_imports.py test(06-01): add smoke tests for codegen and client 2026-01-16 14:45:01 -05:00
test_posts_files_kv.py test(06-03): add unit tests for Post/File/KV API methods 2026-01-19 10:06:36 -05:00
test_users_teams_channels.py test(06-02): add unit tests for User/Team/Channel API methods 2026-01-19 09:55:18 -05:00