add another quickcheck property, and several edge cases handled

This commit is contained in:
Joey Hess 2014-02-16 21:00:12 -04:00
parent 81628d24c8
commit 613f8f02e3
Failed to extract signature
3 changed files with 73 additions and 8 deletions

View file

@ -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