mirror of
https://github.com/correl/tornado-openapi3.git
synced 2024-12-28 03:00:14 +00:00
Ignore docs directory when running pytest
This commit is contained in:
parent
a04edb6ff9
commit
e7e740a274
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ fail_under = 100
|
||||||
show_missing = true
|
show_missing = true
|
||||||
|
|
||||||
[tool.pytest.ini_options]
|
[tool.pytest.ini_options]
|
||||||
addopts = "--cov=tornado_openapi3 --black --flake8 --mypy"
|
addopts = "--cov=tornado_openapi3 --black --flake8 --mypy --ignore docs"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry>=0.12"]
|
requires = ["poetry>=0.12"]
|
||||||
|
|
Loading…
Reference in a new issue