parroty / excheck

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

Redefines atom generator to include the special atoms :nil, :true and :f... #8

Closed sylane closed 9 years ago

sylane commented 9 years ago

The atom() generator wasn't generating the atoms :nil, :false and :true that have a special meaning in elixir and should especially be tested.

parroty commented 9 years ago

Thanks!