Skip to content

Commit

Permalink
Do not suppress logs during tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-f-cruz committed Dec 15, 2024
1 parent 23fb21b commit 4f568f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

logger = logging.getLogger(__name__)
logger.addHandler(logging.NullHandler())
logging.disable(logging.CRITICAL)


def build_example(script_path: str) -> ModuleType:
Expand Down

0 comments on commit 4f568f5

Please sign in to comment.