adding integration tests for the middleware layer

This commit is contained in:
2025-11-19 22:52:43 +01:00
parent 23cf568c82
commit 96803c2708
6 changed files with 1683 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# 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.
"""