mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-14 21:06:28 +00:00
Fix typo in the development testing (#1599)
This commit is contained in:
parent
b28c57600c
commit
0f993e39ef
@ -32,7 +32,7 @@ Run `pytest` & `pre-commit` before you create your pull request to avoid annoyin
|
|||||||
:::
|
:::
|
||||||
|
|
||||||
:::note
|
:::note
|
||||||
Running the full `ptyest` test suite will take quite some time, so as the minimal requirement for pull requests, run at least the tests that are related to your code changes (see details below on how to). The full test suite will anyway be run by the CI once you created your pull request and before it can be merged.
|
Running the full `pytest` test suite will take quite some time, so as the minimal requirement for pull requests, run at least the tests that are related to your code changes (see details below on how to). The full test suite will anyway be run by the CI once you created your pull request and before it can be merged.
|
||||||
:::
|
:::
|
||||||
|
|
||||||
Running `pytest` will run unit tests against the locally available Python version. We run our tests in our CI against all our supported Python versions.
|
Running `pytest` will run unit tests against the locally available Python version. We run our tests in our CI against all our supported Python versions.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user