aiogram/tests
Юрий 65475cab98
command filter now can be sets with BotCommand object (#935)
* command filter now can be sets with BotCommand object instead of or together with plain strings

* CR fix: fix isinstance

* CR fix: add tests, fix union

* CR fix: add isinstance check

* CR fix: add isinstance check

* CR fix: add forgotten format

* CR fix: bugfix with type guard

* CR fix: fix function names, replace map to generator comprehension
2022-08-13 23:43:55 +03:00
..
contrib/fsm_storage RedisStorage major fixes + tests updates (#676) 2021-09-05 23:46:50 +03:00
test_bot [2.x] Don't save error as a file (#813) 2022-02-08 02:29:53 +02:00
test_dispatcher command filter now can be sets with BotCommand object (#935) 2022-08-13 23:43:55 +03:00
test_utils Allow empty and zero parts in CallbackData (#646) 2021-08-01 00:05:21 +03:00
types Fix: default parent for __setitem__ (#806) 2022-02-08 02:30:41 +02:00
__init__.py chore: reuse json util #712 (#713) 2021-10-06 00:59:43 +03:00
conftest.py Fix: default parent for __setitem__ (#806) 2022-02-08 02:30:41 +02:00
test_bot.py Fix: default parent for __setitem__ (#806) 2022-02-08 02:30:41 +02:00
test_dispatcher.py Fix: default parent for __setitem__ (#806) 2022-02-08 02:30:41 +02:00
test_filters.py Fix tests 2020-01-05 20:22:16 +02:00
test_message.py Fix: default parent for __setitem__ (#806) 2022-02-08 02:30:41 +02:00
test_states_group.py Fix test_states_group name 2019-08-10 00:08:11 +03:00