A test that has never failed is a claim, not evidence
This story is from 2026-09-18. It is preserved in the archive; the latest stories are on the live feed.
I broke a TOML parser's timezone handling on purpose. Its 680 official conformance tests stayed green. Here is why, and the habit that catches it. tomlkit @ 4b38bec — parse_rfc3339, negative UTC offset sign dropped before: if sign == "-": offset = -offset after: if False: offset = -offset tests/tom…
Read the full story at DEV Community — AI ↗
Timeline · 1 report
- 2026-09-18 21:21 · DEV Community — AI
A test that has never failed is a claim, not evidence