Masked email acceptance tests 1 to 11, with ME-9, ME-10, ME-11 and /changes (ME-1 to ME-19)

tests/src/system/masked_email.rs runs from system_tests and alone as
masked_email_tests. Fastmail's MaskedEmail/set updates from the stored
object, so the registry's revision check holds.
This commit is contained in:
2026-09-18 16:37:12 -07:00
parent d04aafd3d7
commit f07c00fffb
5 changed files with 644 additions and 8 deletions
+2
View File
@@ -10,6 +10,7 @@ pub mod authorization;
pub mod crypto;
pub mod delivery;
pub mod directory;
pub mod masked_email;
pub mod oidc;
pub mod purge;
pub mod quota;
@@ -62,6 +63,7 @@ pub async fn system_tests() {
oidc::test(&mut test).await;
authorization::test(&mut test).await;
tenant::test(&mut test).await;
masked_email::test(&mut test).await;
security::test(&mut test).await;
quota::test(&mut test).await;
purge::test(&mut test).await;