We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea6a479 commit 8d73896Copy full SHA for 8d73896
1 file changed
tests/interaction/transports/__init__.py
@@ -0,0 +1,9 @@
1
+"""Transport-specific interaction tests, and the in-process streaming bridge they are built on.
2
+
3
+`StreamingASGITransport` is re-exported here as the sanctioned import point for test code
4
+outside this suite (the bridge module itself is suite-private).
5
+"""
6
7
+from tests.interaction.transports._bridge import StreamingASGITransport
8
9
+__all__ = ["StreamingASGITransport"]
0 commit comments