aiogram/tests/test_utils
Martin Winks aed3642385
feat(helpers): implement new descriptor with default value getter (#336)
* feat(helpers): implement new descriptor with default value getter

* perf(descriptor): use weakref

refuse weak reference to a value in WeakRefDict instead of polluting instance namespace

* chore(descriptor): rename descriptor class

rename `DefaultProperty` to `Default`

* style(fmt): lint code
2020-05-31 18:01:28 +03:00
..
__init__.py More tests (Helper and contextinstance) 2019-11-15 23:36:08 +02:00
test_helper.py feat(helpers): implement new descriptor with default value getter (#336) 2020-05-31 18:01:28 +03:00
test_imports.py Add possibility to include router via string 2019-12-12 00:28:37 +02:00
test_markdown.py Add middlewares (API + Docs + Tests) 2020-04-12 20:27:32 +03:00
test_mixins.py Add support of Bot API 4.7. Bump version 2020-04-11 20:15:03 +03:00
test_text_decorations.py Fix phone_number and bot_command entity types generation 2020-05-02 02:43:19 +03:00
test_token.py Improve typing and reformat code 2019-11-28 23:21:19 +02:00