When we’re creating tests, we often need generated test data. Sometimes a handcrafted state reigns supreme while at other times mass data could be useful.
To create this non handcrafted state, we could use dedicated helpers with the sole purpose of providing generators.
Things like EctoStreamData where these objects are streamed to increase performance can be a great boon to have.