Agent skill

testing

Testing conventions for pikru. Use when running tests to avoid timeouts. DO NOT run the full test suite.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/testing-bearcove-pikru

SKILL.md

Testing

DO NOT run the full test suite with cargo test - it times out and hangs.

Run specific tests only:

bash
cargo test test01 -- --nocapture
cargo test test12 -- --nocapture

Never try to count/grep test results from the full suite - it will hang.

Why This Matters

The pikru test suite runs pikchr rendering comparisons which can be slow. Running all tests at once exceeds reasonable timeout limits.

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results