revert c7127e4a5d
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
revert test: migrate from pytest in favor of ward
This commit is contained in:
parent
c7127e4a5d
commit
c25156fe4c
3 changed files with 152 additions and 191 deletions
|
|
@ -16,7 +16,6 @@ sh = "^1.14.3"
|
|||
pydantic = "^1.9.1"
|
||||
PyYAML = "^6.0"
|
||||
seedir = "^0.3.1"
|
||||
setuptools = "^65.3.0"
|
||||
|
||||
|
||||
[tool.poetry.group.linters.dependencies]
|
||||
|
|
@ -24,17 +23,15 @@ black = "^22.6.0"
|
|||
|
||||
|
||||
[tool.poetry.group.test.dependencies]
|
||||
ward = "^0.66.1b0"
|
||||
ward-coverage = "^0.1.5"
|
||||
pytest-mock = "^3.8.2"
|
||||
pytest-cov = "^3.0.0"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[tool.ward]
|
||||
path = ["tests"]
|
||||
fail-limit = 1
|
||||
hook_module = ["ward_coverage"]
|
||||
[tool.pytest.ini_options]
|
||||
addopts = ['--maxfail=1', '-rf', "--cov=halig", '--junitxml=report.xml']
|
||||
|
||||
[tool.ward.plugins.coverage]
|
||||
[tool.coverage.run]
|
||||
omit = [".venv/**"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue