Baseline tests, basically just parts of utils right now

This commit is contained in:
Devon R
2022-03-01 06:02:36 +00:00
committed by GitHub
parent 3c6279b947
commit 28c7cdca99
5 changed files with 320 additions and 0 deletions

View File

@ -43,6 +43,13 @@ extras_require = {
],
'speed': [
'orjson>=3.5.4',
],
'test': [
'coverage[toml]',
'pytest',
'pytest-asyncio',
'pytest-cov',
'pytest-mock'
]
}