Commit graph

12 commits

Author SHA1 Message Date
Dmitry Anfimov
64eb41db96
Fix warning about asyncio marker (#1078) 2022-12-30 22:48:53 +02:00
Oleg A
e065285857
fix: recover tests (#1004)
- applied pytest_async;
- fixed requirements;
- minor typos;
2022-09-18 15:32:42 +03:00
Ramzan Bekbulatov
580fa2e499
Allow empty and zero parts in CallbackData (#646)
* enh: allow empty parts in CallbackData

* enh: allow zero parts in CallbackData

* new: tests for CallbackData
2021-08-01 00:05:21 +03:00
Oleg A
08f0635afe
Deep linking util fix (#569)
* fix: deep linking util fixed and refactored

* fix: wrong payload split

* feat: check payload length
2021-04-28 01:24:34 +03:00
Alex Root Junior
b170bbc5f6 Fix tests 2020-11-08 17:57:02 +02:00
Martin Winks
a529619d79
hotfix(updates): CHOSEN_INLINE_RESULT is a correct API-term (#415)
* hotfix(updates): CHOSEN_INLINE_RESULT is a correct API-term

* feat(utils): deprecated descriptor

deprecate CHOSEN_INLINE_QUERY and always return CHOSEN_INLINE_RESULT instead of incorrect value

* fix(tests): remove example from test

* fix(utils): use stacklevel=3

level on which descriptor is being called
2020-09-10 22:34:20 +03:00
unintended
17eb8a56d0
Fix #413 parse entities positioning (#414)
* fix entity positioning in parse_entities() #413
* add tests and small fixes
2020-09-04 18:08:15 +03:00
unintended
f9c367548f
Fix markdown escaping issues (#363)
* #360 - Fix: escape '=' sign in markdown

* fix more escaping issues

* Rename test suite

Co-authored-by: Alex Root Junior <jroot.junior@gmail.com>
2020-06-27 16:17:38 +03:00
Oleg A
1305a06b24 #238 Removed prints and fixed example 2019-11-24 01:08:06 +03:00
Oleg A
a42252b5c6 #238 Added deep linking feature 2019-11-24 00:40:11 +03:00
Suren Khorenyan
68a9df9222 Create OrderedHelper 2019-10-09 20:03:48 +03:00
Suren Khorenyan
7863f052d9 Refactor aiogram/utils/auth_widget.py
+ fix check auth widget token in BaseBot, fix tests
2019-08-16 22:36:11 +03:00