diff --git a/docs/docs/contributing/how_to/integrations/standard_tests.ipynb b/docs/docs/contributing/how_to/integrations/standard_tests.ipynb index c8c8baf4463..8bee8a45dd2 100644 --- a/docs/docs/contributing/how_to/integrations/standard_tests.ipynb +++ b/docs/docs/contributing/how_to/integrations/standard_tests.ipynb @@ -191,6 +191,21 @@ "" ] }, + { + "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", "metadata": {},