[GH-ISSUE #1505] DOC: <Issue related to /evaluation/tutorials/testing> #13

Open
opened 2026-02-17 17:18:59 -05:00 by yindo · 0 comments
Owner

Originally created by @labdmitriy on GitHub (Jan 28, 2025).
Original GitHub issue: https://github.com/langchain-ai/docs/issues/1505

Thank you for tutorial!

I had the following issues while trying to reproduce it:

  • Some variables in test 4 (like search_results and answer_and_docs are not properly formatted
  • Grade class for test 4 has the typo in the field description (frounded instead of grounded) and after correction even gpt-4o-mini is working correctly as judge
  • If I try to run pytest --output=ls . (my test file is in the same directory as the application), then I have the following output:
Collecting tests...
Running tests...


no tests ran in 32.96s

But I can see new test traces in LangSmith and executing pytest . shows that it can find and run tests successfully.

Originally created by @labdmitriy on GitHub (Jan 28, 2025). Original GitHub issue: https://github.com/langchain-ai/docs/issues/1505 Thank you for tutorial! I had the following issues while trying to reproduce it: - Some variables in test 4 (like `search_results` and `answer_and_docs` are not properly formatted - `Grade` class for test 4 has the typo in the field description (`frounded` instead of `grounded`) and after correction even `gpt-4o-mini` is working correctly as judge - If I try to run `pytest --output=ls .` (my test file is in the same directory as the application), then I have the following output: ```bash Collecting tests... Running tests... no tests ran in 32.96s ``` But I can see new test traces in LangSmith and executing `pytest .` shows that it can find and run tests successfully.
yindo added the langsmithexternal labels 2026-02-17 17:18:59 -05:00
yindo changed title from DOC: <Issue related to /evaluation/tutorials/testing> to [GH-ISSUE #1505] DOC: <Issue related to /evaluation/tutorials/testing> 2026-06-05 17:24:34 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#13