diff --git a/README.md b/README.md
index 4fd87298e..435fc49db 100644
--- a/README.md
+++ b/README.md
@@ -498,6 +498,16 @@ Additional optional FastAPI dependencies:
* orjson - Required if you want to use `ORJSONResponse`.
* ujson - Required if you want to use `UJSONResponse`.
+## Quick Test for Contributors
+
+After installing the dependencies, you can verify that FastAPI is working correctly
+by running a subset of the test suite:
+
+```bash
+pytest -q fastapi/tests/test_tutorial
+
+```
+
## License
This project is licensed under the terms of the MIT license.