// Copyright (c) 2025-2026, Kirky.X
//
// MIT License
//
// E2E Tests Module
//
// Contains all end-to-end tests for the cache system.
// These tests verify the complete user workflow.
#[path = "e2e/macro_test.rs"]
mod macro_test;
// Common modules shared by E2E tests
#[path = "common/mod.rs"]
mod common;