[jit_kernel] Tiny unify jit_kernel tests style (#19694)

This commit is contained in:
Xiaoyu Zhang
2026-03-02 21:33:59 +08:00
committed by GitHub
parent 714c53d609
commit 53de53fb53
23 changed files with 37 additions and 47 deletions

View File

@@ -446,13 +446,7 @@ def test_scale_unsupported_dtype():
if __name__ == "__main__":
pytest.main([__file__, "-q"])
```
Run:
```bash
pytest python/sglang/jit_kernel/tests/test_scale.py -q
pytest.main([__file__, "-v", "-s"])
```
---