tests: add config tests
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
cătălin 2022-08-27 16:14:08 +02:00
commit 7be918c231
Signed by: catalin
GPG key ID: 0178DF42F43E5FD2
9 changed files with 388 additions and 252 deletions

View file

@ -19,9 +19,16 @@ seedir = "^0.3.1"
[tool.poetry.group.linters.dependencies]
pre-commit = "^2.20.0"
black = "^22.6.0"
[tool.poetry.group.test.dependencies]
pytest-mock = "^3.8.2"
pytest-cov = "^3.0.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.pytest.ini_options]
addopts = ['--maxfail=1', '-rf', "--cov=halig", '--junitxml=report.xml']