We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef66ac5 commit a42c5acCopy full SHA for a42c5ac
tests/unit/test_client_logging.py
@@ -2,7 +2,9 @@
2
import pytest
3
4
from google.api_core.client_logging import setup_logging
5
-# Test expected behaviour for warnings, propagation, handler + formatter.
+
6
+# TODO: We should not be testing against the "google" logger
7
+# and should mock `base_logger` instead.
8
9
def reset_logger(scope):
10
logger = logging.getLogger(scope)
0 commit comments