repository component tests

This commit is contained in:
2021-03-26 04:21:19 +03:00
parent fc29689ef9
commit 83084a318d
30 changed files with 565 additions and 81 deletions

View File

@ -36,6 +36,7 @@ setup(
],
tests_require=[
"pytest",
"pytest-cov",
"pytest-helpers-namespace",
"pytest-mock",
"pytest-pspec",
@ -70,7 +71,7 @@ setup(
extras_require={
"html-templates": ["Jinja2"],
"test": ["coverage", "pytest", "pytest-helpers-namespace", "pytest-mock", "pytest-pspec", "pytest-resource-path"],
"test": ["pytest", "pytest-cov", "pytest-helpers-namespace", "pytest-mock", "pytest-pspec", "pytest-resource-path"],
"web": ["Jinja2", "aiohttp", "aiohttp_jinja2", "requests"],
},
)