Skip to content

Commit

Permalink
adding basic test
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielePalaia committed Dec 5, 2024
1 parent 5c17743 commit d4fc2e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Empty file added tests/__init__.py
Empty file.
5 changes: 5 additions & 0 deletions tests/test_connection.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from proton.utils import BlockingConnection


def test_connection() -> None:
BlockingConnection("amqp://guest:guest@localhost:5672/")

0 comments on commit d4fc2e9

Please sign in to comment.