[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

View File

@@ -0,0 +1,7 @@
"""
Unit tests for sglang_router.
This package contains fast, isolated unit tests for Python components
of the SGLang router. These tests focus on testing individual functions
and classes in isolation without starting actual router instances.
"""