[router] Add gRPC E2E test suite (#11790)

This commit is contained in:
Keyang Ru
2025-10-21 17:51:21 -07:00
committed by GitHub
parent 70f6309cd4
commit 63cfe1b032
13 changed files with 3331 additions and 5 deletions

View File

@@ -0,0 +1,13 @@
[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