List view
[doctest](https://docs.python.org/3/library/doctest.html) tests if code blocks in the documentation on each pull request
No due date[blacken-docs](https://pypi.org/project/blacken-docs/) consistently formats code blocks inside the documentation
No due date[flake8-docstrings](https://pypi.org/project/flake8-docstrings/) checks docstring quality on each pull request
No due date95% of the scripts are covered by unit tests
No due date95% of the core package are covered by unit tests
No due date[black](https://pypi.org/project/black/) consistently formats the code on each pull request
No due date•1/1 issues closed[pytest](https://pypi.org/project/pytest/) runs unit tests on each pull request
No due dateContinuous integration (CI) workflow is established containing the following steps: * Code is consistently formatted by black * Code quality is checked by flake8 * Unit tests are run by pytest * Integration tests are run by ?? * Regression tests are run by ??
No due date•1/1 issues closed[flake8](https://pypi.org/project/flake8/) checks code quality (stylistic and logical) on each pull request
No due date•3/3 issues closed