AgentSkillsCN

Test

运行测试套件——Rust、Python、集成测试、HA 兼容性测试,或全部测试

SKILL.md
--- frontmatter
description: Run test suite — rust, python, integration, ha-compat, or all

/test — Run Tests

Run the specified test suite and report results.

Steps

  1. Determine scope from argument (default: rust)
  2. Run the appropriate make target
  3. Report: total, passed, failed, skipped
  4. If failures, show failing test output

Scopes

ArgumentCommandWhat It Tests
(none) / rustmake test-rustAll Rust unit/integration tests
pythonmake test-pythonPython shim + PyO3 extension
integrationmake test-integrationWebSocket API tests
ha-compatmake test-ha-compatHA compatibility suite
allmake testEverything

Success Criteria

  • All tests pass
  • No regressions from previous run