Skip to content

Commit 8d73896

Browse files
committed
tests: re-export StreamingASGITransport as the sanctioned bridge import point
1 parent ea6a479 commit 8d73896

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)