luc-tielen / lua-quickcheck

Property based testing in Lua, inspired by the original QuickCheck.
MIT License
37 stars 1 forks source link

Add moonscript integration #10

Closed luc-tielen closed 8 years ago

luc-tielen commented 8 years ago

Allow lua-quickcheck to be used from moonscript. Changes needed for this still need to be determined, could work straight out of the box?

luc-tielen commented 8 years ago

As expected, it works immediately. Added 1 modification to property function to support both DSL and non-DSL syntax. (non-DSL syntax looks better in moonscript.) Also added a simple test for now to verify it keeps working. Closing issue now.