Skip to content

Commit 002f629

Browse files
committed
rename run_tests.sh to run_tests_in_python.sh
Signed-off-by: Dan Huang <[email protected]>
1 parent a151b18 commit 002f629

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

tests/e2e/vLLM/test_vllm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
]
3737

3838

39-
# Will run each test case in its own process through run_tests.sh
39+
# Will run each test case in its own process through run_tests_in_python.sh
4040
# emulating vLLM CI testing
4141
@requires_gpu(1)
4242
@pytest.mark.parametrize(

tests/lmeval/test_lmeval.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class LmEvalConfig(BaseModel):
4949
TIMINGS_DIR = os.environ.get("TIMINGS_DIR", "timings/lm-eval")
5050

5151

52-
# Will run each test case in its own process through run_tests.sh
52+
# Will run each test case in its own process through run_tests_in_python.sh
5353
# emulating vLLM CI testing
5454
@requires_gpu(1)
5555
@pytest.mark.parametrize(

0 commit comments

Comments
 (0)