MCPcopy
hub / github.com/django/django / TestASGIHandler

Class TestASGIHandler

tests/asgi/tests.py:243–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241
242 # Handler to use the custom request class.
243 class TestASGIHandler(ASGIHandler):
244 request_class = TestASGIRequest
245
246 application = TestASGIHandler()
247 scope = self.async_request_factory._base_scope(path="/not-important/")

Calls

no outgoing calls