The test suite for SQLite is very impressive.
> The reliability and robustness of SQLite is achieved in part by thorough and careful testing. As of version 3.23.0 (2018-04-02), the SQLite library consists of approximately 128.9 KSLOC of C code. (KSLOC means thousands of "Source Lines Of Code" or, in other words, lines of code excluding blank lines and comments.) By comparison, the project has 711 times as much test code and test scripts - 91772.0 KSLOC.
Plus they have a whole page on their site about testing [1]. Which is more then you can say about a lot of open source projects.
[1] https://www.sqlite.org/testing.html