aiogram/tests
Temrjan 0611d0d953
fix: CommandStart(deep_link=False) now rejects deep-link arguments (#1790)
Previously the deep_link parameter only had two effective states:
False (default) accepted any /start command regardless of arguments,
and True required arguments to be present.

Change the default to None (accept both, backward compatible) so that
False can mean "reject if deep-link arguments are present", which is
the intuitive expectation when explicitly passing deep_link=False.

Closes #1713

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-04 01:27:29 +03:00
..
data/locales Dev 3.x i18n & improvements (#696) 2021-09-22 00:52:38 +03:00
test_api Feature/eq method for default (#1789) 2026-04-04 01:24:34 +03:00
test_dispatcher Added full support for the Bot API 9.6 (#1792) 2026-04-04 01:22:08 +03:00
test_filters fix: CommandStart(deep_link=False) now rejects deep-link arguments (#1790) 2026-04-04 01:27:29 +03:00
test_flags Dev 3.x flat package (#961) 2022-08-14 01:07:52 +03:00
test_fsm Preserve middleware data across scene transitions (#1687) (#1766) 2026-02-15 20:24:34 +02:00
test_handler Added full support for the Bot API 9.6 (#1792) 2026-04-04 01:22:08 +03:00
test_issues Preserve middleware data across scene transitions (#1687) (#1766) 2026-02-15 20:24:34 +02:00
test_utils Fix HtmlDecoration attribute name for custom emoji method (#1782) (#1783) 2026-04-04 01:27:16 +03:00
test_webhook Migrate from Black to Ruff (#1750) 2026-01-04 21:34:08 +02:00
__init__.py Update tests and small refactoring 2019-11-16 22:32:26 +02:00
conftest.py Migrate from Black to Ruff (#1750) 2026-01-04 21:34:08 +02:00
deprecated.py Migrate from Black to Ruff (#1750) 2026-01-04 21:34:08 +02:00
docker-compose.yml EOL of Py3.9 (#1726) 2025-10-06 19:19:23 +03:00
mocked_bot.py Migrate from Black to Ruff (#1750) 2026-01-04 21:34:08 +02:00