Robert Krook

Results 12 comments of Robert Krook

I can expand on this answer tomorrow if needed :)

> QuickCheck-specific parts of `tasty` are all in one file: https://github.com/UnkindPartition/tasty/blob/master/quickcheck/Test/Tasty/QuickCheck.hs > > Both `tasty` and, I imagine, `hspec` parallelize test execution by running individual tests in separate threads. It's...