Purushothaman Kumaravel
3 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
9 deletions
-
tests/test_tutorial/test_custom_request_and_route/test_tutorial004.py
|
@ -1,12 +1,3 @@ |
|
|
""" |
|
|
|
|
|
File: test_tutorial004 |
|
|
|
|
|
Author: prakash |
|
|
|
|
|
Created: 12/03/25. |
|
|
|
|
|
""" |
|
|
|
|
|
|
|
|
|
|
|
__author__ = "prakash" |
|
|
|
|
|
__date__ = "12/03/25" |
|
|
|
|
|
|
|
|
|
|
|
from fastapi.testclient import TestClient |
|
|
from fastapi.testclient import TestClient |
|
|
|
|
|
|
|
|
from docs_src.custom_api_router.tutorial001 import app |
|
|
from docs_src.custom_api_router.tutorial001 import app |
|
|