mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-11 04:56:41 +00:00
✏ 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
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ With it, you can use <a href="https://docs.pytest.org/" class="external-link" ta
|
||||||
|
|
||||||
Import `TestClient`.
|
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).
|
Create functions with a name that starts with `test_` (this is standard `pytest` conventions).
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue