You've already forked adk-python
mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
7239de5a19
- Use startswith() for MIME type check to handle parameters (e.g. "application/pdf; name=doc.pdf") - Move import base64 to top of test file per PEP 8 - Parameterize expected warning messages in tests instead of just checking that any warning was logged - Rename test function to test_content_to_message_param for clarity