Restructure testing docs into overview and subpages#2912
Merged
Mason Daugherty (mdrxy) merged 32 commits intomainfrom Mar 11, 2026
Merged
Restructure testing docs into overview and subpages#2912Mason Daugherty (mdrxy) merged 32 commits intomainfrom
Mason Daugherty (mdrxy) merged 32 commits intomainfrom
Conversation
Contributor
|
Mintlify preview ID generated: preview-testpa-1772587179-b433b8d |
Contributor
|
Mintlify preview ID generated: preview-testpa-1772588876-bb26b52 |
Contributor
|
This LGTM once Hunter approves |
Contributor
|
Mintlify preview ID generated: preview-testpa-1772751981-12e1fd0 |
Co-authored-by: Hunter Lovell <40191806+hntrl@users.noreply.github.com>
Contributor
|
Mintlify preview ID generated: preview-testpa-1772761741-7e24160 |
Co-authored-by: Hunter Lovell <40191806+hntrl@users.noreply.github.com>
Contributor
|
Mintlify preview ID generated: preview-testpa-1772762309-dcc534f |
Co-authored-by: Mason Daugherty <mason@langchain.dev>
Co-authored-by: Mason Daugherty <mason@langchain.dev>
Co-authored-by: Mason Daugherty <mason@langchain.dev>
Co-authored-by: Mason Daugherty <mason@langchain.dev>
Co-authored-by: Mason Daugherty <mason@langchain.dev>
Co-authored-by: Mason Daugherty <mason@langchain.dev>
Co-authored-by: Mason Daugherty <mason@langchain.dev>
Co-authored-by: Mason Daugherty <mason@langchain.dev>
Contributor
|
Mintlify preview ID generated: preview-testpa-1773261364-94a3636 |
Co-authored-by: Mason Daugherty <mason@langchain.dev>
Contributor
|
Mintlify preview ID generated: preview-testpa-1773261567-e6969f5 |
Contributor
|
Mintlify preview ID generated: preview-testpa-1773262063-2e1e3e8 |
Contributor
|
Mintlify preview ID generated: preview-testpa-1773264748-d21886f |
Contributor
|
Mintlify preview ID generated: preview-testpa-1773267849-7c65c56 |
Contributor
|
Mintlify preview ID generated: preview-testpa-1773269951-901b92d |
Mason Daugherty (mdrxy)
approved these changes
Mar 11, 2026
Naomi Pentrel (npentrel)
pushed a commit
to npentrel/langchain-docs
that referenced
this pull request
Mar 12, 2026
## Summary - Split the monolithic `test.mdx` page into an overview page and three subpages: unit testing, integration testing, and evals. - Merged the orphaned `evals.mdx` page into the new `test/evals.mdx`, eliminating content duplication. - Expanded integration testing with new sections on test organization, API key management, structural assertions, and cost reduction for both Python and JS. - Added comprehensive JS unit testing docs for the new `fakeModel()` utility. - Cleaned up the evals page: unified intro, reduced code repetition, and standardized JS imports. - Updated `docs.json` navigation, added redirects for old paths, and fixed cross-references in 5 files. (Internal team members only / optional): Create a preview deployment as necessary using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) --------- Co-authored-by: Mason Daugherty <github@mdrxy.com> Co-authored-by: Hunter Lovell <40191806+hntrl@users.noreply.github.com> Co-authored-by: Christian Bromann <git@bromann.dev> Co-authored-by: Mason Daugherty <mason@langchain.dev>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
test.mdxpage into an overview page and three subpages: unit testing, integration testing, and evals.evals.mdxpage into the newtest/evals.mdx, eliminating content duplication.fakeModel()utility.docs.jsonnavigation, added redirects for old paths, and fixed cross-references in 5 files.(Internal team members only / optional): Create a preview deployment as necessary using the Create Preview Branch workflow