Skip to content

Commit 201f4d7

Browse files
Update docs/source/extend/testing/add-unit-tests-for-tools.md
Co-authored-by: lvojtku <[email protected]> Signed-off-by: David Gardner <[email protected]>
1 parent 27ea386 commit 201f4d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/extend/testing/add-unit-tests-for-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ limitations under the License.
1919

2020
## Overview
2121

22-
Use `nat.test.ToolTestRunner` to test [tools](../../build-workflows/functions-and-function-groups/functions.md#agents-and-tools) in complete isolation without requiring spinning up entire workflows, agents, and external services. This allows you to validate tool functionality quickly and reliably during development. Refer `tests/nat/tools/test_tool_test_runner.py` for a full example.
22+
Use `nat.test.ToolTestRunner` to test [tools](../../build-workflows/functions-and-function-groups/functions.md#agents-and-tools) in complete isolation without requiring spinning up entire workflows, agents, and external services. This allows you to validate tool functionality quickly and reliably during development. Refer to `tests/nat/tools/test_tool_test_runner.py` for a full example.
2323

2424
The `nvidia-nat-test` package must be installed to use the `ToolTestRunner`.
2525

0 commit comments

Comments
 (0)