Browse Source

Merge branch 'master' of github.com:Purushot14/fastapi

pull/13483/head
Purushot14 3 weeks ago
parent
commit
2bc93e3ed8
  1. 9
      tests/test_tutorial/test_custom_request_and_route/test_tutorial004.py

9
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 docs_src.custom_api_router.tutorial001 import app

Loading…
Cancel
Save