mirror of
https://github.com/esphome/esphome.git
synced 2024-11-22 11:47:30 +01:00
[core] Move pytest config into pyproject.toml (#6740)
This commit is contained in:
parent
f2ef06d8b5
commit
bf48ccaf22
@ -54,3 +54,12 @@ include = ["esphome*"]
|
|||||||
[tool.black]
|
[tool.black]
|
||||||
target-version = ["py39", "py310"]
|
target-version = ["py39", "py310"]
|
||||||
exclude = 'generated'
|
exclude = 'generated'
|
||||||
|
|
||||||
|
[tool.pytest.ini_options]
|
||||||
|
testpaths = [
|
||||||
|
"tests",
|
||||||
|
]
|
||||||
|
addopts = [
|
||||||
|
"--cov=esphome",
|
||||||
|
"--cov-branch",
|
||||||
|
]
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
[pytest]
|
|
||||||
addopts =
|
|
||||||
--cov=esphome
|
|
||||||
--cov-branch
|
|
Loading…
Reference in New Issue
Block a user