We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f2fcb7 commit 516d439Copy full SHA for 516d439
tests
tests/README.md
@@ -0,0 +1,10 @@
1
+# Tests
2
+
3
4
+The library is tested in the context of real asynchronous applications.
5
+For this reason, the library’s tests are essentially the same as the
6
+example tests — each example includes a complete test suite that
7
+verifies all of the library’s capabilities.
8
9
+- [Tests with FastAPI](../examples/fastapi_example/tests)
10
+- [Tests with Starlette](../examples/starlette_example/tests)
0 commit comments