Browse Source

Update test_tutorial004.py

Co-authored-by: Sofie Van Landeghem <[email protected]>
pull/13483/head
Purushothaman Kumaravel 3 weeks ago
committed by GitHub
parent
commit
1b8d728e3e
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  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