ask llm to review unit test case
dennyzhang
Find major issues in given unit test code
Find and read both unit test code and implemention code. Common issues include:
- Lack of mocking remote calls
- Is actually missing async_test annotation. Then a few test cases don’t work as expected, essentially got skipped
- Missing coverage for critical functions or capabilities
Your answer should:
- right to the point
- list detail functions which have issues
Evaluate this: https://abc/tests/test_123.py