Fork me on GitHub
#test-check
<
2022-08-12
>
dnolen17:08:23

circling way back - we sorted out how to do stateful property based testing a way that suited our needs

teodorlu10:08:29

really exciting talk. I love how you connect data orientation, immutability and toy implementations. Thank you!

dnolen17:08:21

getting a stateful generator w/ shrinking wasn’t so hard in the end after assessing what had been done before - we didn’t like the various non-symbolic things out there so we just wrote the ~120 lines ourselves

dnolen17:08:03

one interesting thing was that it became obvious that search is a big issue - and lot of the literature is about pretty fancy stuff

dnolen17:08:42

one trick we employed that I think brings a lot of leverage is just bootstrap the initial world state so you don’t flounder in uninteresting spaces

dnolen17:08:14

maybe already covered by trivial unit tests (which never go very deep)