1 2 3 4 5 6 7 8 9 10 11 12 13 14
// Copyright (c) 2025-2026, Kirky.X // // MIT License // // E2E Tests Module // // 包含所有端到端测试模块。 #[path = "e2e/macro_test.rs"] mod macro_test; // Common modules shared by E2E tests #[path = "common/mod.rs"] mod common;