Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[draft] Add foundation for llm rest endpoint tests #6369

Closed
wants to merge 9 commits into from

Baisc test case

aa81059
Select commit
Loading
Failed to load commit list.
Closed

[draft] Add foundation for llm rest endpoint tests #6369

Baisc test case
aa81059
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Oct 3, 2023 in 6s

3 new alerts

New alerts in code changed by this pull request

  • 3 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 128 in qa/L0_http/llm_test.py

See this annotation in the file changed.

Code scanning / CodeQL

Imprecise assert Note

assertTrue(a in b) cannot provide an informative message. Using assertIn(a, b) instead will give more informative messages.

Check notice on line 158 in qa/L0_http/llm_test.py

See this annotation in the file changed.

Code scanning / CodeQL

Imprecise assert Note

assertTrue(a in b) cannot provide an informative message. Using assertIn(a, b) instead will give more informative messages.

Check notice on line 98 in qa/L0_http/llm_test.py

See this annotation in the file changed.

Code scanning / CodeQL

Commented-out code Note

This comment appears to contain commented-out code.