Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Commit 87e7449

Browse files
committed
add log for debugging
1 parent 79b80fe commit 87e7449

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

samples/conftest.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,17 @@
1717

1818
import pytest
1919

20+
import logging
21+
22+
23+
PYTHONWARNINGS="default"
24+
# import http.client as http_client
25+
26+
# http_client.HTTPConnection.debuglevel = 3
27+
28+
logging.basicConfig()
29+
logging.getLogger("google").setLevel(logging.DEBUG)
30+
2031

2132
@pytest.fixture(scope="session")
2233
def project_id():

0 commit comments

Comments
 (0)