Skip to content

Commit

Permalink
✅ Unit Test
Browse files Browse the repository at this point in the history
  • Loading branch information
mraniki committed Jul 8, 2024
1 parent 34968ba commit 5d3e101
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/test_unit.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ async def test_dynaconf():
assert settings.VALUE == "On Testing"


# @pytest.fixture(name="listener")
# def listener(caplog):
# fixture = Listener()
# assert "notalibrary not supported" in caplog.text
# return fixture
@pytest.fixture(name="listener")
def listener():
return Listener()
# # assert "notalibrary not supported" in caplog.text
# return fixture


@pytest.fixture(name="message")
Expand Down

0 comments on commit 5d3e101

Please sign in to comment.