diff --git a/docs/development_testing.md b/docs/development_testing.md index 808914df..19372e32 100644 --- a/docs/development_testing.md +++ b/docs/development_testing.md @@ -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// --asyncio-mode=strict --cov=homeassistant.components. --cov-report term-missing -vv +pytest ./tests/components// --cov=homeassistant.components. --cov-report term-missing -vv ``` ### Preventing linter errors