Add test command to copilot

This commit is contained in:
Paulus Schoutsen 2025-06-21 20:32:09 -04:00 committed by GitHub
parent a102eaf0cd
commit b8cd4193a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -94,6 +94,7 @@ automation application.
- Provide descriptive state attributes
- Testing:
- Test location: `tests/components/{domain}/`
- Run tests with `pytest --no-header --no-summary -x <location>`
- Use pytest fixtures from `tests.common`
- Mock external dependencies
- Use snapshots for complex data