Gathering Statistics: Aggregating
Explore how the aggregate function helps collect and analyze statistics for generated test data. Learn to identify patterns and improve custom generators for more effective property-based testing with PropEr in Elixir.
Aggregate
The aggregate function is similar to the collect function with one simple exception. The aggregate function can take a list of categories to store. Let’s look at the ...