testing

star 29

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

bearcove By bearcove schedule Updated 12/19/2025

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

Testing

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

Run specific tests only:

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.

Install via CLI
npx skills add https://github.com/bearcove/pikru --skill testing
Repository Details
star Stars 29
call_split Forks 4
navigation Branch main
article Path SKILL.md
More from Creator