Begin testing

This commit is contained in:
2023-06-12 10:36:14 +02:00
parent 869ba82695
commit ae80d8b87f
11 changed files with 161 additions and 19 deletions

View File

@@ -37,14 +37,18 @@ classifiers = [
]
[project.optional-dependencies]
dev = ["black", "pre-commit", "flake8", "mypy"]
dev = ["black", "pre-commit", "flake8", "mypy", "coverage"]
[project.urls]
Home = "https://github.com/doctorado-ml/beflask"
[tool.coverage.run]
branch = true
source = ["beflask"]
[tool.pytest.ini_options]
testpaths = ["tests"]
[tool.black]
line-length = 79
target_version = ['py38', 'py39', 'py310']