Statistics
| Branch: | Tag: | Revision:

root / htest / Test / Ganeti / BasicTypes.hs @ 51000365

History | View | Annotate | Download (5 kB)

# Date Author Comment
1493a93b 09/05/2012 04:58 pm Iustin Pop

Add unittests for the BasicTypes module

This adds test properties for the various laws that the instances of
Result should follow; I could not find (offline) laws about `mappend',
but otherwise I implemented all laws that I could find.

Note that we have to silence hlint warnings for the things we want to...