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