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:
- 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
- Terminal Scripts, Python Tests, Browser, Use what is appropriate per task, All, None, or Custom.