pub fn compress(command: &str, output: &str) -> Option<String>Expand description
Dedicated compression pattern for verbose pytest output (pytest -v, pytest --tb=short).
Handles:
- Per-test PASSED/FAILED lines with full module paths → consolidated summary
- Fixture setup/teardown lines → stripped
- Collection lines (
collecting...,collected N items) → stripped - Short tracebacks for failures → kept but trimmed