Skip to content

Commit a42c5ac

Browse files
committed
add tests
1 parent ef66ac5 commit a42c5ac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/unit/test_client_logging.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
import pytest
33

44
from google.api_core.client_logging import setup_logging
5-
# Test expected behaviour for warnings, propagation, handler + formatter.
5+
6+
# TODO: We should not be testing against the "google" logger
7+
# and should mock `base_logger` instead.
68

79
def reset_logger(scope):
810
logger = logging.getLogger(scope)

0 commit comments

Comments
 (0)