test: add test suite (#7)

* add pre-commit hook
* improve logging of inconsistent data
This commit is contained in:
Felix Spöttel
2022-07-04 13:54:07 +02:00
committed by GitHub
parent 1c5d0f649e
commit d252c6b8f3
17 changed files with 435 additions and 72 deletions

View File

@@ -33,7 +33,9 @@ setup(
"pandas",
"scikit-learn",
],
extras_require={"dev": ["black", "wheel"]},
extras_require={
"dev": ["black", "wheel", "pre-commit", "pytest"],
},
include_package_data=True,
zip_safe=False,
)