pre-commit-ci-lite[bot]
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
tests/test_auto_head.py
|
|
@ -1,4 +1,5 @@ |
|
|
"""Test that HEAD requests are automatically supported for GET routes (issue #1773).""" |
|
|
"""Test that HEAD requests are automatically supported for GET routes (issue #1773).""" |
|
|
|
|
|
|
|
|
from fastapi import FastAPI |
|
|
from fastapi import FastAPI |
|
|
from fastapi.testclient import TestClient |
|
|
from fastapi.testclient import TestClient |
|
|
|
|
|
|
|
|
|