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 5c17743 commit d4fc2e9Copy full SHA for d4fc2e9
tests/__init__.py
tests/test_connection.py
@@ -0,0 +1,5 @@
1
+from proton.utils import BlockingConnection
2
+
3
4
+def test_connection() -> None:
5
+ BlockingConnection("amqp://guest:guest@localhost:5672/")
0 commit comments