[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
@@ -32,4 +32,4 @@ def test_store_cache(batch_size: int, element_dim: int) -> None:
if __name__ == "__main__":
pytest.main([__file__])
pytest.main([__file__, "-v", "-s"])