MCPcopy Create free account
hub / github.com/MarketSquare/robotframework-ai / configure_logging

Function configure_logging

utest/conftest.py:9–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7# Configure logging for the entire test session
8@pytest.fixture(scope="session", autouse=True)
9def configure_logging():
10 setup_logging(enabled=True)
11
12# Log the name of each test before execution
13@pytest.fixture(autouse=True)

Callers

nothing calls this directly

Calls 1

setup_loggingFunction · 0.90

Tested by

no test coverage detected