Skip to content

Commit d4fc2e9

Browse files
author
DanielePalaia
committed
adding basic test
1 parent 5c17743 commit d4fc2e9

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

tests/__init__.py

Whitespace-only changes.

tests/test_connection.py

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

Comments
 (0)