home.social

#mcdc — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #mcdc, aggregated by home.social.

  1. What is an example of an open source system with an exceptionally good test suite?

    The example I gave today is #SQLite, with 100% branch coverage, MC/DC testing and 600 (!) test lines per line of code.

    - How SQLite is tested: sqlite.org/testing.html
    - MC/DC for SQLite: corecursive.com/066-sqlite-wit
    - SQLite architecture: vldb.org/pvldb/vol15/p3535-gaf

    #sqlite #mcdc #testcoverage