8 lines
271 B
Python
8 lines
271 B
Python
# tests/integration/middleware/__init__.py
|
|
"""
|
|
Integration tests for middleware stack.
|
|
|
|
These tests verify the full middleware stack works correctly with real HTTP requests,
|
|
ensuring that vendor context, request context, and theme are properly detected and injected.
|
|
"""
|