LicenseRef-OtherLicense licensed by Tom Sydney Kerckhove
Maintained by [email protected]
This version can be pinned in stack with:sydtest-yesod-0.3.0.2@sha256:595ca17eee6f3c4cf24fa6be82d0e605e21e4b36de0db19bde7d1ddb77fa9ce1,2550

Module documentation for 0.3.0.2

Changes

Changelog

[0.3.0.2] - 2023-10-09

Added

  • Compatiblity with GHC >= 9.8.

[0.3.0.1] - 2022-08-21

Added

  • followRedirect_
  • getStatus
  • requireLast
  • requireLocation
  • requireRequest
  • requireResponse
  • requireStatus
  • statusShouldBe

[0.3.0.0] - 2021-06-29

Added

  • End-to-end testing support:

    • yesodE2ESpec
    • yesodE2ESpec'
    • E2E (..)
    • localToE2ESpec
    • localToE2EClient

Changed

  • A YesodClient site now contains a base URI instead of a PortNumber.
  • The types of getLocation and locationShouldBe are now more general, to support end-to-end testing.

[0.2.0.1] - 2021-06-17

Changed

  • Fixed that the error message for locationShouldBe was backwards.

[0.2.0.0] - 2021-06-17

Added

  • Added IsTest instances for YesodClientM site

Changed

  • Simplified yit using the new ReaderT instance in sydtest. It now requires the test to return ().