logoalt Hacker News

robhltyesterday at 4:35 PM2 repliesview on HN

How does that test suite get built and validated? A comprehensive and high quality test suite is usually much larger than the codebase it tests. For example, the sqlite test suite is 590x [1] the size of the library itself

1. https://sqlite.org/testing.html


Replies

Aperockyyesterday at 11:44 PM

By sweat and tears, and unfortunately, AI can only help so much in those cases. You'll have to have a really concrete idea about what your product is and how it should work.

nswangoyesterday at 5:48 PM

sqlite is an extreme outlier not a typical example, with regard to test suite size and coverage.