pub async fn create_test_user( db: &DatabaseConnection, email: &str, password: &str, ) -> Result<TestUser, AuthError>
Create a user in the in-memory store.