diff options
author | Joey Hess <joey@kitenet.net> | 2014-02-16 21:00:12 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-02-16 21:00:12 -0400 |
commit | 483f5a8c4d9e069b4c461998caa9efc9376c9133 (patch) | |
tree | 4ee66d202f9055e98a34f557c84f537924b84bd6 /Test.hs | |
parent | dd5933f2125c3167990a72a82b9280c4a87ede3e (diff) |
add another quickcheck property, and several edge cases handled
Diffstat (limited to 'Test.hs')
-rw-r--r-- | Test.hs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -149,6 +149,7 @@ properties = localOption (QuickCheckTests 1000) $ testGroup "QuickCheck" , testProperty "prop_metadata_sane" Types.MetaData.prop_metadata_sane , testProperty "prop_metadata_serialize" Types.MetaData.prop_metadata_serialize , testProperty "prop_branchView_legal" Annex.View.prop_branchView_legal + , testProperty "prop_view_roundtrips" Annex.View.prop_view_roundtrips ] {- These tests set up the test environment, but also test some basic parts |