From 7170a4e3e1108a904780ed2ec876f07a432a7265 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Fri, 22 Nov 2024 20:02:56 -0800 Subject: [PATCH] docs: standard test api link (#28309) --- .../how_to/integrations/standard_tests.ipynb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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": {},