fix version sort and add test

This commit is contained in:
long2ice
2020-07-29 10:21:43 +08:00
parent e1ffcb609b
commit 17ab0a1421
4 changed files with 125 additions and 83 deletions

View File

@@ -30,6 +30,7 @@ pytest = "*"
pytest-xdist = "*"
pytest-asyncio = "*"
bandit = "*"
pytest-mock = "*"
[tool.poetry.extras]
dbdrivers = ["aiomysql", "asyncpg"]