tasty-golden 2.2.0.1 → 2.2.0.2
raw patch · 2 files changed
+3/−5 lines, 2 filesdep ~tasty
Dependency ranges changed: tasty
Files
- Test/Tasty/Golden/Manage.hs +1/−3
- tasty-golden.cabal +2/−2
Test/Tasty/Golden/Manage.hs view
@@ -61,9 +61,7 @@ getGoldenTests :: OptionSet -> TestTree -> [(TestName, Golden)] getGoldenTests = foldTestTree- (\_ name t -> fmap ((,) name) $ maybeToList $ cast t)- (const id)- (const id)+ trivialFold { foldSingle = \_ name t -> fmap ((,) name) $ maybeToList $ cast t } -- | «Accept» a golden test, i.e. reset the golden value to the currently -- produced value
tasty-golden.cabal view
@@ -1,5 +1,5 @@ name: tasty-golden-version: 2.2.0.1+version: 2.2.0.2 synopsis: Golden tests support for tasty description: This package provides support for «golden testing».@@ -31,7 +31,7 @@ Test.Tasty.Golden.Internal build-depends: base ==4.*,- tasty >= 0.5,+ tasty >= 0.7, bytestring, process, mtl,