How to run a test
#12123
-
After building the vllm source with the command "pip install -e . --no-build-isolation", how can I run a test in vllm/tests ? Is there documentation about it ? Is it right if I modify a file in tests (e.g. vllm/tests/kernels/test_X.py), I need to build vllm from source with the same command ? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
jeejeelee
Jan 17, 2025
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jinz2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pytest vllm/tests/kernels/test_X.py