refactor(server::tests): moved integration-like tests into tests/

This commit is contained in:
hdbg
2026-02-16 22:00:24 +01:00
parent e118eceb85
commit d81120f59c
19 changed files with 950 additions and 1014 deletions

View File

@@ -0,0 +1,6 @@
mod common;
#[path = "user_agent/auth.rs"]
mod auth;
#[path = "user_agent/unseal.rs"]
mod unseal;