Martin Janiczek
d4e4189a34
LibTest: Add the RandomRun abstraction
...
To be used later by generators and during shrinking.
The generators used in randomized tests will record the drawn random
bits into a RandomRun. This is a layer of indirection that will help us
automatically shrink any generated value without any user input. (Having
to provide manually defined shrinkers is a downside to many randomized /
property-based testing libraries like QuickCheck for Haskell.)
2023-10-26 17:26:52 -06:00
..
2023-10-03 15:39:20 +02:00
2023-09-27 03:22:56 +02:00
2023-10-23 12:04:51 +01:00
2023-10-15 07:25:20 +02:00
2023-10-13 18:33:21 +03:30
2023-10-10 13:24:05 +02:00
2023-10-17 11:02:01 -06:00
2023-09-27 03:22:56 +02:00
2023-10-13 18:33:21 +03:30
2023-09-26 13:22:04 +03:30
2023-10-13 18:33:21 +03:30
2023-09-17 16:47:28 -06:00
2023-09-11 12:10:50 +01:00
2023-10-13 18:33:21 +03:30
2023-09-15 11:05:25 -06:00
2023-10-14 19:16:22 +02:00
2023-09-06 07:14:35 -06:00
2023-10-13 18:33:21 +03:30
2023-10-13 18:33:21 +03:30
2023-10-26 11:07:43 +02:00
2023-10-15 12:14:07 +02:00
2023-10-15 12:14:07 +02:00
2023-10-26 17:23:54 -06:00
2023-10-13 18:33:21 +03:30
2023-10-03 08:33:53 +02:00
2023-10-13 11:12:18 -06:00
2023-10-23 09:26:55 -04:00
2023-09-04 18:22:28 +02:00
2023-09-06 15:02:44 +01:00
2023-09-27 03:22:56 +02:00
2023-10-26 11:05:32 +02:00
2023-09-15 18:07:23 +03:30
2023-10-15 12:14:07 +02:00
2023-10-13 18:33:21 +03:30
2023-09-27 03:22:56 +02:00
2023-10-26 17:26:52 -06:00
2023-10-05 17:01:02 +02:00
2023-10-13 18:33:21 +03:30
2023-10-03 09:47:17 -04:00
2023-09-27 03:22:56 +02:00
2023-10-11 14:35:47 -04:00
2023-10-15 12:14:07 +02:00
2023-10-17 11:02:48 -06:00
2023-10-26 11:15:11 +02:00
2023-10-26 11:02:04 +02:00
2023-09-09 10:59:59 -06:00
2023-10-26 11:06:49 +02:00
2023-10-16 09:06:02 -04:00