testing

Installation
SKILL.md

Testing instructions

For creating tests and using tests for testing of application operation.

Constraint: Do not execute multi-line Python scripts directly in the terminal.

Procedure for Multi-line Scripts:

  1. Search: Check codebase and memory for existing scripts.
  2. Evaluate:
    • Exact Match Found: Execute the existing script.
    • Similar Match Found:
      • Analyze dependencies (what relies on this script?).
      • Determine strategy: Modify existing vs. Duplicate new.
      • Execute the modified or duplicated script.
    • No Match: Create a new script file, then execute it.

Testing types

- Terminal Scripts, Python Tests, Browser, Use what is appropriate per task, All, None, or Custom.
Installs
Repository
smithery/ai
First Seen
testing — smithery/ai