"vllm/vscode:/vscode.git/clone" did not exist on "5a30bd10d82987b0231606836efaa79938dc24b4"
test_embedded_commit.py 206 Bytes
Newer Older
1
2
3
4
5
6
7
import vllm


def test_embedded_commit_defined():
    assert vllm.__commit__ != "COMMIT_HASH_PLACEHOLDER"
    # 7 characters is the length of a short commit hash
    assert len(vllm.__commit__) >= 7