Files
hdpv_ble/pyproject.toml
patman15 a007861a4c Initial commit
Basic functionality could work (untested!)
2024-07-04 11:44:36 +02:00

17 lines
362 B
TOML

# pyproject.toml
#[tool.setuptools.packages.find]
#where = ["custom_components/"]
#include = ["bms_ble"]
[tool.pytest.ini_options]
minversion = "8.0"
addopts="--cov=custom_components.bms_ble --cov-report=term-missing --cov-fail-under=100"
pythonpath = [
"custom_components.hunterdouglas_powerview_ble",
]
testpaths = [
"tests",
]
asyncio_mode = "auto"