yesod/yesod-core/test/YesodCoreTest
Isaac van Bakel 9c0b00190a Add test of setDescription idempotency
Like setTitle, this function should really be idempotent so developers
don't add multiple conflicting meta descriptions to the page. Unlike
setTitle, the function currently fails its idempotency test.
2022-04-20 12:01:34 +01:00
..
JsLoaderSites
ParameterizedSite Add test for regression of mkYesod 2020-09-22 15:41:45 +07:00
Auth.hs
Breadcrumb.hs yesod-core: test for looping breadcrumbs 2021-05-20 14:25:17 +02:00
Cache.hs Remove unnecesary Typeable deriving 2020-01-17 11:48:58 -05:00
CleanPath.hs Catch up with Data.Conduit.Combinators 2018-01-10 12:16:31 -08:00
Csrf.hs
ErrorHandling.hs Remove sometimes failing test 2022-03-25 07:30:33 -04:00
Exceptions.hs
Header.hs Set X-XSS-Protection to 1; mode=block. 2018-08-03 14:17:11 -05:00
InternalRequest.hs Drop mwc-random 2018-01-15 10:18:16 +02:00
JsLoader.hs
Json.hs Deprecate insecure JSON body functions 2019-01-24 09:12:48 -06:00
Links.hs Catch up with Data.Conduit.Combinators 2018-01-10 12:16:31 -08:00
LiteApp.hs
Media.hs
MediaData.hs
Meta.hs Add test of setDescription idempotency 2022-04-20 12:01:34 +01:00
NoOverloadedStrings.hs Switch to SubHandlerFor 2018-01-24 13:01:26 +02:00
NoOverloadedStringsSub.hs Simplify YesodSubDispatch 2018-01-11 23:13:32 +02:00
ParameterizedSite.hs Add test for regression of mkYesod 2020-09-22 15:41:45 +07:00
RawResponse.hs Add timeouts so stalling is more obvious 2018-06-19 09:52:20 +03:00
Redirect.hs
Reps.hs selectRep chooses first rep if no matches found. 2018-07-19 21:32:02 -05:00
RequestBodySize.hs Cleanup warnings 2018-01-15 15:09:07 +02:00
Ssl.hs
Streaming.hs
StubLaxSameSite.hs
StubSslOnly.hs
StubStrictSameSite.hs
StubUnsecured.hs
WaiSubsite.hs
Widget.hs Fix test suite for latest wai-extra (fixes #1711) 2020-12-14 11:29:11 +02:00
YesodTest.hs