parroty / excheck

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

Minor Improvement in the installation instruction in README.md #23

Closed MissaouiChedy closed 8 years ago

MissaouiChedy commented 8 years ago

The triq library needs the erlang eunit library in order to work. When running the property based tests the erlang compiler will fail with the following error undefined parse transform 'eunit_autoexport' if erlang eunit is not installed.

In the README.md, it has been made explicit that erlang-eunit is needed in order to build the triq dependency.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 72.619% when pulling 2952ce402726e2c99612fb80f59edf78777d5e8a on MissaouiChedy:master into 94bb54f4e01af6b1a8191202f5bc4d972daadb66 on parroty:master.

parroty commented 8 years ago

Thanks for the useful information!