home-assistant / developers.home-assistant

Developers website for Home Assistant.

Home Page:https://developers.home-assistant.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve documentation about integration tests

rytilahti opened this issue · comments

The documentation related to writing tests (https://developers.home-assistant.io/docs/development_testing/#writing-tests-for-integrations) could be improved to make it easier to find out about the best practices and available useful facilities.

For example, tests/common.py has some really useful functionality (e.g., load_fixture) that currently undocumented.