A Flaky-Test Detector for CommitBrief: Catching AI-Written Flaky Tests at Commit Time
I added a deterministic flaky-test filter to CommitBrief: it catches hard-coded sleeps and unseeded randomness at commit time, with no model.
Tag
The practice of writing automated tests: unit, integration, table-driven, and what they prove.
There are 5 posts with this tag.
I added a deterministic flaky-test filter to CommitBrief: it catches hard-coded sleeps and unseeded randomness at commit time, with no model.
A hands-on introduction to Go's standard testing package and the table-driven test pattern, embracing the language's minimal testing philosophy.
I explain the syntax and structural differences that turned test writing from a chore into a habit when moving from PHPUnit to Pest.
A practical approach to automatically verifying Vue component UI behavior: writing real-world tests with Vue Test Utils.
From installing PHPUnit to writing my first unit tests — what worked, what tripped me up, and the lessons learned along the way.