Browse Source

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

Co-authored-by: Sebastián Ramírez <[email protected]>
pull/4015/head
Bharat Raghunathan 4 years ago
committed by GitHub
parent
commit
d06b4d7bb8
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**.
Create a `TestClient` passing to it your **FastAPI** application.
Create functions with a name that starts with `test_` (this is standard `pytest` conventions).

Loading…
Cancel
Save