aiogram/tests
Aleksandr 32bc05130f
Added get_url() method for Message object and shifted_id property for Chat object (#585)
* Added get_url() method for Message object and shifted_id property for Chat object

* Added missing closing bracket to shifted_id description

* Added basic groups to skipped pattern, simplified code

* Return None instead of raising TypeError, removed redundant f-string

* Change get_url typing to Optional[str]

* Better shifted_id method

* get_url tests added

* Added whitespace (E226)

* Code format with black

* Parametrized test
2021-06-05 13:37:01 +03:00
..
test_api Added get_url() method for Message object and shifted_id property for Chat object (#585) 2021-06-05 13:37:01 +03:00
test_dispatcher Added lost files 2021-05-25 01:00:58 +03:00
test_utils Upgrade architecture + 5.0 Bot API (#469) 2021-01-26 21:20:52 +02:00
__init__.py Update tests and small refactoring 2019-11-16 22:32:26 +02:00
conftest.py Cover Command filter 2019-12-04 18:04:29 +02:00
deprecated.py Upgrade architecture + 5.0 Bot API (#469) 2021-01-26 21:20:52 +02:00
mocked_bot.py Added more aliases, refactor CallbackData factory, added base exceptions classification mechanism 2021-05-25 00:56:44 +03:00