Testing
test - Claude MCP Skill
Run the test suite for this project.
SEO Guide: Enhance your AI agent with the test tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to run the test suite for this project.... Download and configure this skill to unlock new capabilities for your AI workflow.
Documentation
SKILL.mdRun the test suite for this project. ## Environment This project uses: - **pyenv** for Python version management (version specified in `.python-version`) - **venv** at `.venv/` for dependencies The correct Python interpreter is `.venv/bin/python`. ## Running tests Run all tests: ``` .venv/bin/python -m pytest ``` Run a specific test file: ``` .venv/bin/python -m pytest custom_components/gardena_smart_system/<test_file>.py ``` Run a specific test: ``` .venv/bin/python -m pytest custom_components/gardena_smart_system/<test_file>.py::<TestClass>::<test_method> ``` ## Configuration - pytest config is in `pytest.ini` - Test files are in `custom_components/gardena_smart_system/test_*.py` - Coverage is configured for `custom_components/gardena_smart_system` ## Notes - Do NOT use the system `python` or `pytest` directly - always use `.venv/bin/python -m pytest` - The `--disable-socket` plugin is active (network calls are blocked in tests) - asyncio_mode is set to `auto`
Signals
Information
- Repository
- py-smart-gardena/hass-gardena-smart-system
- Author
- py-smart-gardena
- Last Sync
- 9/5/2026
- Repo Updated
- 8/30/2026
- Created
- 1/16/2026
Reviews (0)
No reviews yet. Be the first to review this skill!
Related Skills
cursorrules
CrewAI Development Rules
README
Agents — Working Implementations
firecrawl-build-search
Integrate Firecrawl `/search` into product code and agent workflows. Use when an app needs discovery before extraction, when the feature starts with a query instead of a URL, or when the system should search the web and optionally hydrate result content.
firecrawl-build-onboarding
Get Firecrawl credentials and SDK setup into a project. Use when an application needs `FIRECRAWL_API_KEY`, when an agent should add Firecrawl to `.env`, when the user wants to authenticate Firecrawl for app code, or when choosing the first SDK and docs for a new Firecrawl integration. This skill includes its own browser auth flow, so it does not depend on the website onboarding skill.
Related Guides
Python Django Best Practices: A Comprehensive Guide to the Claude Skill
Learn how to use the python django best practices Claude skill. Complete guide with installation instructions and examples.
Mastering Python and TypeScript Development with the Claude Skill Guide
Learn how to use the python typescript guide Claude skill. Complete guide with installation instructions and examples.
Mastering Data Science with Claude: A Complete Guide to the Pandas Scikit-Learn Skill
Learn how to use the pandas scikit learn guide Claude skill. Complete guide with installation instructions and examples.