7 lines
159 B
INI
7 lines
159 B
INI
[pytest]
|
|
testpaths = py_test
|
|
python_files = test_*.py
|
|
python_classes = Test*
|
|
python_functions = test_*
|
|
addopts = --cov=sglang_router --cov-report=term-missing
|