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 1e6fe4f commit 05e6229Copy full SHA for 05e6229
README.md
@@ -40,6 +40,9 @@ which describes numerous workflows.
40
41
42
It also includes two types of test setups you can use in your projects.
43
+The library currently has 90% test coverage. The tests are in the
44
+examples, as we want to test not in the abstract but in the context of a real
45
+asynchronous web application.
46
47
[FastAPI tests example](https://github.com/krylosov-aa/context-async-sqlalchemy/tree/main/exmaples/fastapi_example/tests)
48
tests
@@ -0,0 +1 @@
1
+exmaples/fastapi_example/tests
0 commit comments