aiogram/tests/test_api
zemf4you 1ea41076cd refactor(types): unify InputFile with str in media types (dev-3.x)
Refactored various InputMedia types to support Union[InputFile, str] for
media properties, enhancing flexibility and unifying input data types.

- Modified media_group.py for AUDIO, PHOTO, VIDEO, and DOCUMENT.
- Updated input_media_document.py and input_media_audio.py
  to use Union[InputFile, str].
- Adjusted bot.py to utilize DateTime for close_date.
- Refactored aiohttp session for better file handle and serialization.
- Enhanced set_chat_photo.py to accept Union[InputFile, str].
- Re-organized input_file.py with modern BaseModel features.
- Added new client/form module for splitting file extraction logic.
- Adapted test cases to validate the new structure and behavior.
2024-05-20 09:33:16 +07:00
..
test_client refactor(types): unify InputFile with str in media types (dev-3.x) 2024-05-20 09:33:16 +07:00
test_methods refactor(backend): implement default value handling in serialization 2024-04-06 03:27:01 +07:00
test_types refactor(types): unify InputFile with str in media types (dev-3.x) 2024-05-20 09:33:16 +07:00
__init__.py Add tests for BaseSession and TelegramAPIServer 2019-11-16 00:52:18 +02:00