From b8cd4193a9de2ab8253351ed9e2464a8d5856d02 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sat, 21 Jun 2025 20:32:09 -0400 Subject: [PATCH] Add test command to copilot --- .github/copilot-instructions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 06499d62b9e..c76252e436a 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -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 ` - Use pytest fixtures from `tests.common` - Mock external dependencies - Use snapshots for complex data