Skip to content

Commit

Permalink
✅ Unit Test
Browse files Browse the repository at this point in the history
  • Loading branch information
mraniki committed Jul 7, 2024
1 parent 6dddf04 commit e07f71d
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions tests/test_unit.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,14 +156,3 @@ async def test_standard_get_order(fmo, order, result_order):
assert result["comment"] == result_order["comment"]
assert type(result["timestamp"] is datetime)


# @pytest.mark.asyncio
# async def test_create_client_exception(fmo, caplog):
# result = fmo.create_client()
# assert result is not None
# assert any(
# record.message
# == "No Client were created. Check your settings or disable the module."
# for record in caplog.records
# if record.levelname == "WARNING"
# )

0 comments on commit e07f71d

Please sign in to comment.