Rob Gilton
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
docs/en/docs/tutorial/testing.md
|
|
@ -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** application. |
|
|
|
Create a `TestClient` by passing your **FastAPI** application to it. |
|
|
|
|
|
|
|
Create functions with a name that starts with `test_` (this is standard `pytest` conventions). |
|
|
|
|
|
|
|