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