# openclaw-mcp test suite
#
# Tests for the MCP gateway router, interceptor chain, and audit logging.
#
# Run:
#   pytest tests/ -v
#
# Key tests to implement:
#   tests/test_router.py       — Tool routing, registry loading, dispatch
#   tests/test_interceptors.py — Each interceptor independently + chain
#   tests/test_rate_limit.py   — Sliding window rate limiter under load
#   tests/test_cache.py        — Cache hit/miss, TTL expiry, invalidation
