mirror of
https://github.com/Doctorado-ML/beflask.git
synced 2025-08-15 23:25:51 +00:00
Begin testing
This commit is contained in:
@@ -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']
|
||||
|
Reference in New Issue
Block a user