Skip to content

Commit

Permalink
Configure logger at top-level conftest
Browse files Browse the repository at this point in the history
  • Loading branch information
drdavella committed Nov 5, 2024
1 parent b0e9c14 commit ff8eabe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
import pytest

from codemodder.logging import OutputFormat, configure_logger

configure_logger(True, OutputFormat.HUMAN)


@pytest.fixture(autouse=True)
def disable_write_report(mocker):
Expand Down

0 comments on commit ff8eabe

Please sign in to comment.