Skip to content

Commit

Permalink
Reduce number of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
konsumlamm authored and Bodigrim committed Aug 12, 2023
1 parent e4a14b4 commit 7cffeee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/Tests/SetOps.hs
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ setOpTests = testGroup "Set operations"
, testProperty "invertInPlace middle" prop_invertInPlace_middle
, testProperty "invertInPlaceLong middle" prop_invertInPlaceLong_middle

, adjustOption (\n -> max 500 n :: QuickCheckTests) $ mkGroup "reverseBits" prop_reverseBits
, mkGroup "reverseBits" prop_reverseBits

, testProperty "reverseInPlace" prop_reverseInPlace
, testProperty "reverseInPlaceWords" prop_reverseInPlaceWords
, testProperty "reverseInPlace middle" prop_reverseInPlace_middle
, testProperty "reverseInPlaceLong middle" prop_reverseInPlaceLong_middle

, adjustOption (\n -> max 500 n :: QuickCheckTests) $ mkGroup2 "selectBits" prop_selectBits_def
, adjustOption (\n -> max 500 n :: QuickCheckTests) $ mkGroup2 "excludeBits" prop_excludeBits_def
, mkGroup2 "selectBits" prop_selectBits_def
, mkGroup2 "excludeBits" prop_excludeBits_def

, mkGroup "countBits" prop_countBits_def
]
Expand Down

0 comments on commit 7cffeee

Please sign in to comment.