LicenseRef-OtherLicense licensed by Tom Sydney Kerckhove
This version can be pinned in stack with:sydtest-yesod-0.3.0.3@sha256:97d4b5251e3613c1479cd04b5fd2c86ac331cfef0765d61076075175d3ee1f43,2550
Module documentation for 0.3.0.3
Depends on 20 packages
(full list with versions):
base, 
binary, 
bytestring, 
case-insensitive, 
containers, 
cookie, 
exceptions, 
http-client, 
http-client-tls, 
http-types, 
mtl, 
network, 
network-uri, 
sydtest, 
sydtest-wai, 
text, 
time, 
xml-conduit, 
yesod-core, 
yesod-test Changelog
[0.3.0.3] - 2025-03-20
Changed
- Fixed a bug in which dashes weren’t correctly dropped from parsed routes.
[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
Changed
- A YesodClient sitenow contains a baseURIinstead of aPortNumber.
- The types of getLocationandlocationShouldBeare now more general, to support end-to-end testing.
[0.2.0.1] - 2021-06-17
Changed
- Fixed that the error message for locationShouldBewas backwards.
[0.2.0.0] - 2021-06-17
Added
- Added IsTestinstances forYesodClientM site
Changed
- Simplified yitusing the newReaderTinstance in sydtest.
It now requires the test to return().