testing
Installation
SKILL.md
Testing instructions
For creating, running, and verifying tests for this application.
Constraint: Do not execute multi-line Python scripts directly in the terminal.
Procedure for Multi-line Scripts:
- Search: Check codebase and memory for existing scripts.
- 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
Index: Terminal Scripts, Python Tests, Browser.