pytest.ini 159 Bytes
Newer Older
1
2
3
4
5
6
[pytest]
testpaths = py_test
python_files = test_*.py
python_classes = Test*
python_functions = test_*
addopts = --cov=sglang_router --cov-report=term-missing