From 24e2a77ec522ecac1a61dea589d1b47e38cb2cb3 Mon Sep 17 00:00:00 2001 From: Laurent Mazuel Date: Thu, 16 Jul 2020 09:22:15 -0700 Subject: [PATCH] Update tests.md --- doc/dev/mgmt/tests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dev/mgmt/tests.md b/doc/dev/mgmt/tests.md index 8816ed5056d9..4c41cd5e0f40 100644 --- a/doc/dev/mgmt/tests.md +++ b/doc/dev/mgmt/tests.md @@ -176,7 +176,7 @@ providing several features useful for the SDK tests, for example: * Patches for overriding functions and methods that don't work well with tests (such as long-running operations) -Code in the [`azure-sdk-tools/devtools_testutils`](tools/azure-sdk-tools/devtools_testutils) directory +Code in the [`azure-sdk-tools/devtools_testutils`](https://github.com/Azure/azure-sdk-for-python/tree/master/tools/azure-sdk-tools/devtools_testutils) directory provides concrete implementations of the features provided in `scenario_tests` that are oriented around use in SDK testing and that you can use directly in your unit tests.