tests(deprecated):

add new check_deprecated context manager for version check, use mark.parametrize from pytest for observer deprecation tests
This commit is contained in:
mpa 2020-05-12 16:07:16 +04:00
parent 6cbf9cdde6
commit c083fcd99a
4 changed files with 40 additions and 22 deletions

View file

@ -66,6 +66,7 @@ lxml = "^4.4"
ipython = "^7.10"
markdown-include = "^0.5.1"
aiohttp-socks = "^0.3.4"
packaging = "^20.3"
[tool.poetry.extras]
fast = ["uvloop"]