docs: standard test api link (#28309)

This commit is contained in:
Erick Friis 2024-11-22 20:02:56 -08:00 committed by GitHub
parent 563587e14f
commit 7170a4e3e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -191,6 +191,21 @@
"</Tabs>" "</Tabs>"
] ]
}, },
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Test suite information and troubleshooting\n",
"\n",
"For a full list of the standard test suites that are available, as well as\n",
"information on which tests are included and how to troubleshoot common issues,\n",
"see the [Standard Tests API Reference](https://python.langchain.com/api_reference/standard_tests/index.html).\n",
"\n",
"An increasing number of troubleshooting guides are being added to this documentation,\n",
"and if you're interested in contributing, feel free to add docstrings to tests in \n",
"[Github](https://github.com/langchain-ai/langchain/tree/master/libs/standard-tests/langchain_tests)!"
]
},
{ {
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},