$ paw-test check suite.yaml
exit code: 0
--- stdout ---
Running paw.test check on: golden_date_normalizer
(<WORKDIR.......................................................>/abstain.paw) (backend: MockPAWBackend)
  [PASS] Input: 'today' -> 'UNPARSEABLE'
  [PASS] Input: 'new year' -> 'UNPARSEABLE'
  [PASS] Input: 'February 30th' -> 'UNPARSEABLE'
Correct against expected: 0/0 (0.0%) -- none of 2 scored -- 2 abstained
  2 of 2 standard cases carry an answer key.

Pass rate: 100.0% (3/3) -- all 3 scored (backend: MockPAWBackend)
Abstained: 3/3 -- output was exactly the suite's `abstain_value`, which passes every assertion by design and is scored
against no answer key.
