parroty / excheck

Property-based testing library for Elixir (QuickCheck style).
MIT License
316 stars 26 forks source link

Small improvements in the documentation #17

Closed frojasg closed 8 years ago

frojasg commented 8 years ago

When I ran the sample test the output was a little different. Also, when I added the --trace it give you more information

frojasg commented 8 years ago

Also the x in the output throw me off a little bit, so i decide add a small comment in the sample code. Let me know if it makes sense.

parroty commented 8 years ago

Thanks! I think it's good to have --trace option example, but what about putting as additional sample for mix test --trace instead of replacing with default mix test? I think it's optional parameter, and not necessarily always needed.

parroty commented 8 years ago

Thanks! (Sorry taking time. I was overlooking the new commits)