Add pytest unit testing framework

This commit is contained in:
Kai A. Hiller
2018-11-27 15:57:11 +01:00
parent 7d5e946067
commit 4254b85628
10 changed files with 645 additions and 15 deletions
+3
View File
@@ -44,6 +44,9 @@ setuptools.setup(
],
extras_require=extras,
setup_requires=["pytest-runner"],
tests_require=["pytest", "pytest-asyncio", "pytest-mock"],
classifiers=[
"Development Status :: 4 - Beta",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",