quickcheck duration
This commit is contained in:
parent
ca83b16415
commit
51c44b26aa
2 changed files with 17 additions and 3 deletions
2
Test.hs
2
Test.hs
|
@ -60,6 +60,7 @@ import qualified Utility.Matcher
|
|||
import qualified Utility.Exception
|
||||
import qualified Utility.Hash
|
||||
import qualified Utility.Scheduled
|
||||
import qualified Utility.HumanTime
|
||||
#ifndef mingw32_HOST_OS
|
||||
import qualified GitAnnex
|
||||
import qualified Remote.Helper.Encryptable
|
||||
|
@ -140,6 +141,7 @@ quickcheck =
|
|||
, check "prop_parse_show_TrustLog" Logs.Trust.prop_parse_show_TrustLog
|
||||
, check "prop_hashes_stable" Utility.Hash.prop_hashes_stable
|
||||
, check "prop_schedule_roundtrips" Utility.Scheduled.prop_schedule_roundtrips
|
||||
, check "prop_duration_roundtrips" Utility.HumanTime.prop_duration_roundtrips
|
||||
]
|
||||
where
|
||||
check desc prop = do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue