Skip to content

Commit

Permalink
chore: housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
mbdevpl committed Aug 28, 2023
1 parent c971566 commit 71a19aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ add the following to your ``test/__init__.py``:
"""Logging configuration for tests."""
packages = ['package_name']
level_package = logging.DEBUG
level_package = logging.INFO
TestsLogging.configure()
Expand Down
3 changes: 0 additions & 3 deletions test/__init__.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
"""Initialization of tests of boilerplates package."""

import logging

import boilerplates.logging


class TestsLogging(boilerplates.logging.Logging):
"""Logging configuration for tests."""

packages = ['boilerplates']
level_package = logging.DEBUG


TestsLogging.configure()

0 comments on commit 71a19aa

Please sign in to comment.