|
@ -8,6 +8,7 @@ __author__ = "prakash" |
|
|
__date__ = "12/03/25" |
|
|
__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 |
|
|
|
|
|
|
|
|
client = TestClient(app) |
|
|
client = TestClient(app) |
|
|