Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Test.User
Synopsis
- testSupportedProtocols :: HasCallStack => OneOf Domain (FedDomain 1) -> App ()
- testCreateUserSupportedProtocols :: HasCallStack => App ()
- testUpdateHandle :: HasCallStack => App ()
- testUpdateSelf :: HasCallStack => Tagged "mode" TestUpdateSelfMode -> App ()
- data TestUpdateSelfMode
- testActivateAccountWithPhoneV5 :: HasCallStack => App ()
- testMigratingPasswordHashingAlgorithm :: HasCallStack => App ()
- testUpdateEmailForEmailDomainForAnotherBackend :: HasCallStack => App ()
- testActivateEmailForEmailDomainForAnotherBackend :: HasCallStack => App ()
Documentation
testSupportedProtocols :: HasCallStack => OneOf Domain (FedDomain 1) -> App () Source #
testUpdateHandle :: HasCallStack => App () Source #
For now this only tests attempts to update selfhandle in E2EId-enabled teams. More tests can be found under `servicesbrigtestintegration` (and should be moved here).
testUpdateSelf :: HasCallStack => Tagged "mode" TestUpdateSelfMode -> App () Source #
For now this only tests attempts to update one's own display name, email address, or language in E2EId-enabled teams (ie., everything except handle). More tests can be found under `servicesbrigtestintegration` (and should be moved here).
data TestUpdateSelfMode Source #
Instances
testActivateAccountWithPhoneV5 :: HasCallStack => App () Source #