diff --git a/tests/__init__.py b/tests/__init__.py index 0808bdc..10bf6ff 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -2,5 +2,6 @@ import logging + # Disable stdout logger messages when running unit tests. logging.disable(logging.CRITICAL)