Property-based testing in Elixir using PropEr
While reading Fred Hébert’s PropEr testing, on property-based testing in Erlang, I set out write PropEr tests in Elixir, and run them with a Mix task.
Read next Simple caching repetitive Ecto queries with GenServer