adding integration tests for the middleware layer
This commit is contained in:
7
tests/integration/middleware/__init__.py
Normal file
7
tests/integration/middleware/__init__.py
Normal 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.
|
||||
"""
|
||||
Reference in New Issue
Block a user