mirror of https://github.com/tiangolo/fastapi.git
✏ 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:
parent
1a8284725a
commit
d06b4d7bb8
|
|
@ -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).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue