Testing code is hard, but testing data is even harder. When writing code, you’d like to be able to test the “happy path”, error conditions, throughput, thread-safety, fault-tolerance, etc. Back in the real world, however, you find yourself delighted when the code you’re working with has even a single test. The silver lining is that [...]