Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytest-dev/pytest
/ set_when
Method
set_when
src/_pytest/logging.py:826–827 ·
view source on GitHub ↗
(self, when: str)
Source
from the content-addressed store, hash-verified
824
pass
825
826
def
set_when(self, when: str) -> None:
827
pass
828
829
def
handleError(self, record: logging.LogRecord) -> None:
830
# Handled by LogCaptureHandler.
Callers
10
pytest_sessionstart
Method · 0.45
pytest_collection
Method · 0.45
pytest_runtest_logstart
Method · 0.45
pytest_runtest_logreport
Method · 0.45
pytest_runtest_setup
Method · 0.45
pytest_runtest_call
Method · 0.45
pytest_runtest_teardown
Method · 0.45
pytest_runtest_logfinish
Method · 0.45
pytest_sessionfinish
Method · 0.45
test_live_logging_suspends_capture
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_live_logging_suspends_capture
Function · 0.36