[router] add py binding unit tests to coverage 80% (#10043)

This commit is contained in:
Keyang Ru
2025-09-05 08:40:21 -07:00
committed by GitHub
parent bd7f882142
commit 045ab92dc0
10 changed files with 2649 additions and 1 deletions

6
sgl-router/pytest.ini Normal file
View File

@@ -0,0 +1,6 @@
[pytest]
testpaths = py_test
python_files = test_*.py
python_classes = Test*
python_functions = test_*
addopts = --cov=sglang_router --cov-report=term-missing