·6 min read·ci
opentia: How We Stopped Running the Entire Test Suite on Every Commit
Most CI pipelines run every test on every change, even a typo fix in a README. We built opentia, a single-file Test Impact Analysis script that figures out which tests a diff actually touches — and skips the rest, safely.
testingpythondevops
Read essay →