mirror of
https://github.com/esphome/esphome.git
synced 2025-09-01 19:02:18 +01:00
[core] Move pytest config into pyproject.toml (#6740)
This commit is contained in:
@@ -54,3 +54,12 @@ include = ["esphome*"]
|
||||
[tool.black]
|
||||
target-version = ["py39", "py310"]
|
||||
exclude = 'generated'
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
testpaths = [
|
||||
"tests",
|
||||
]
|
||||
addopts = [
|
||||
"--cov=esphome",
|
||||
"--cov-branch",
|
||||
]
|
||||
|
Reference in New Issue
Block a user