Refining the Tests
Understand how refining the tests we have written for the application will yield better results.
We'll cover the following...
Order of failures:
Property tests are probabilistic. We may find different issues, or the same issues in a different order, than those in this text. This is normal, and rerunning the property a few times may yield different errors each time.
The first error in this section can’t be reproduced easily in Elixir, where thestring()
generator is not exported by ...