aiogram/tests
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
..
test_api feat(helpers): implement new descriptor with default value getter (#336) 2020-05-31 18:01:28 +03:00
test_dispatcher Rename update_processing_context.py to user_context.py 2020-05-26 22:00:51 +03:00
test_utils feat(helpers): implement new descriptor with default value getter (#336) 2020-05-31 18:01:28 +03: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 tests(deprecated): 2020-05-12 16:07:16 +04:00
mocked_bot.py Add stream_content to BaseSession and add tests 2020-01-22 22:54:29 +05:00