Commit graph

10 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
Andrey Tikhonov
c43ff9b6f9
Patch 2 (#977)
* Fix filtering skip_patterns

* cache skip actions

* fix item' is not defined, add tests
2022-08-14 18:29:35 +03:00
Юрий
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
Cyril Margorin
d646e19852
Fix fsmcontextproxy update (#755)
* Create test case for invalid 'FSMContextProxy.update()' function

* Fix invalid 'FSMContextProxy.update()' function

* Verify that written data has been stored and read back correctly
2021-12-01 02:43:12 +02:00
Martin Winks
00cff4acf5
fix(handlerObj): fix parameter-spec solving (#408) 2020-08-22 00:07:03 +03:00
Egor
f904292751
fix: bug IDFilter checking message from channel (#376)
* fix: bug IDFilter checking message from channel

* chore: add mark.asyncio for tests which were ignored previously
2020-07-05 03:08:38 +03:00
Egor
a8dfe86358
feat: ForwardedMessage filter (#355)
* feat: ForwardedMessage filter
* fix: add tests
* fix: attr name
2020-06-10 23:07:55 +03:00
Senpos
6b1c7d3b36 Add tests for extract_chat_ids 2020-05-17 17:17:41 +03:00
Suren Khorenyan
cabb10bc06 Create some tests 2019-08-10 00:08:11 +03:00