tests: add config tests
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
b36d48ca9d
commit
7be918c231
9 changed files with 388 additions and 252 deletions
|
|
@ -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']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue