Fix the pytest command on testing page (#1440)

This commit is contained in:
rappenze 2022-08-23 11:49:37 +02:00 committed by GitHub
parent ee769c7d60
commit 07c779bad0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,7 @@ script/lint
In case you want to check the code coverage for your new component, run the following from the root of the repository:
```shell
pytest ./tests/components/<your_component>/ --asyncio-mode=strict --cov=homeassistant.components.<your_component> --cov-report term-missing -vv
pytest ./tests/components/<your_component>/ --cov=homeassistant.components.<your_component> --cov-report term-missing -vv
```
### Preventing linter errors