Skip to content

Commit

Permalink
Fix wrong file name
Browse files Browse the repository at this point in the history
  • Loading branch information
golles committed Oct 11, 2024
1 parent 2782dbf commit 606874d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ While tests aren't required to publish a custom component for Home Assistant, th
# Getting Started

You can then install the dependencies that will allow you to run tests:
`python3 -m pip install --requirement requirements_test.txt`.
`python3 -m pip install --requirement requirements_dev.txt`.

This will install `homeassistant`, `pytest`, and `pytest-homeassistant-custom-component`, a plugin which allows you to leverage helpers that are available in Home Assistant for core integration tests.

Expand Down

0 comments on commit 606874d

Please sign in to comment.