✏ Re-word to clarify test client in docs/en/docs/tutorial/testing.md (#3382)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
Bharat Raghunathan
2021-10-07 19:27:51 +05:30
committed by GitHub
parent 1a8284725a
commit d06b4d7bb8

View File

@@ -10,7 +10,7 @@ With it, you can use <a href="https://docs.pytest.org/" class="external-link" ta
Import `TestClient`.
Create a `TestClient` passing to it your **FastAPI**.
Create a `TestClient` passing to it your **FastAPI** application.
Create functions with a name that starts with `test_` (this is standard `pytest` conventions).