feat(gs/xanthous): Enable tasty-rerun
Rerunning only failed tests is nice! To use this, run `cabal new-run test -- --rerun` Change-Id: I9dc4d69749c3e3d5ba8d1661a2fdf73e49cd8ad5 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3816 Tested-by: BuildkiteCI Reviewed-by: grfn <grfn@gws.fyi>
This commit is contained in:
parent
875ef0a605
commit
5b4c4f0701
5 changed files with 10 additions and 6 deletions
|
|
@ -26,7 +26,7 @@ import qualified Xanthous.UtilSpec
|
|||
--------------------------------------------------------------------------------
|
||||
|
||||
main :: IO ()
|
||||
main = defaultMain test
|
||||
main = defaultMainWithRerun test
|
||||
|
||||
test :: TestTree
|
||||
test = testGroup "Xanthous"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ module Test.Prelude
|
|||
, module Test.Tasty
|
||||
, module Test.Tasty.HUnit
|
||||
, module Test.Tasty.QuickCheck
|
||||
, module Test.Tasty.Ingredients.Rerun
|
||||
, module Test.QuickCheck.Classes
|
||||
, testBatch
|
||||
, jsonRoundTrip
|
||||
|
|
@ -15,6 +16,7 @@ import Xanthous.Prelude hiding (assert, elements)
|
|||
import Test.Tasty
|
||||
import Test.Tasty.QuickCheck
|
||||
import Test.Tasty.HUnit
|
||||
import Test.Tasty.Ingredients.Rerun
|
||||
import Test.QuickCheck.Classes
|
||||
import Test.QuickCheck.Checkers (TestBatch, EqProp ((=-=)))
|
||||
import Test.QuickCheck.Instances.ByteString ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue