Browse Source

✏ Reword to improve legibility of docs about `TestClient` (#4389)

Co-authored-by: Sebastián Ramírez <[email protected]>
pull/4884/head
Rob Gilton 3 years ago
committed by GitHub
parent
commit
1233a7d93b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/docs/tutorial/testing.md

2
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).

Loading…
Cancel
Save