packages feed

tasty-test-reporter 0.1.1.0 → 0.1.1.1

raw patch · 2 files changed

+4/−4 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

src/Test/Tasty/Runners/Reporter.hs view
@@ -241,7 +241,7 @@       case Exception.fromException err of         Just TestSkipped -> do           printLines-            [ prettyPath [red] testName groupNames_,+            [ prettyPath [yellow] testName groupNames_,               "Test was skipped",               "\n"             ]@@ -331,7 +331,7 @@       mempty         { testSuites =             [ JUnit.failed testName-                & JUnit.stderr (Text.pack resultDescription)+                & JUnit.stderr ("Test result:\n\n" <> Text.pack resultDescription)                 & JUnit.time resultTime                 & inSuite groupNames             ],
tasty-test-reporter.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: a4d345049a749ffb167be4b397124f8a212b1f39e91a3d110cdb3cf72a10eab4+-- hash: f7eba2269195afe0c4f0b053b6950b6c17313c931ced729b83cf7e14fad68edd  name:           tasty-test-reporter-version:        0.1.1.0+version:        0.1.1.1 synopsis:       Producing JUnit-style XML test reports. description:    Please see the README at <https://github.com/stoeffel/tasty-test-reporter>. category:       Testing