add another quickcheck property, and several edge cases handled
This commit is contained in:
parent
81628d24c8
commit
613f8f02e3
3 changed files with 73 additions and 8 deletions
1
Test.hs
1
Test.hs
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue