mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
- Added `tests/unittests/apps/test_apps.py` with basic tests for `App` initialization. - Modified `tests/unittests/test_runners.py` to include a test that verifies `Runner` raises a `ValueError` when both `app` and `app_name` are provided during initialization. PiperOrigin-RevId: 803556826