We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68ff98d commit d1d8835Copy full SHA for d1d8835
tests/quart/conftest.py
@@ -0,0 +1,3 @@
1
+from quart.typing import TestClientProtocol
2
+
3
+TestClientProtocol.__test__ = False # type: ignore
0 commit comments