Files
sglang/sgl-router/py_test/e2e_grpc/pytest.ini
2025-10-21 17:51:21 -07:00

14 lines
343 B
INI

[pytest]
# Show print statements and logs
log_cli = true
log_cli_level = INFO
log_cli_format = %(asctime)s [%(levelname)8s] %(message)s
log_cli_date_format = %Y-%m-%d %H:%M:%S
# Show stdout/stderr
addopts = -v -s --tb=short
# Capture settings
# -s means don't capture stdout (show print statements)
# --tb=short means short traceback format