Skip to content

Commit 8fb3490

Browse files
authored
Link to Python's test guidance in manage_recordings.py (#34794)
1 parent 645f4a6 commit 8fb3490

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

scripts/manage_recordings.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,10 @@
4646
# * restore: fetches recordings from the assets repo, based on the tag pointer in `assets.json`.
4747
# * reset: discards any pending changes to recordings, based on the tag pointer in `assets.json`.
4848
#
49-
# For more information about how recording asset synchronization, please refer to
49+
# For documentation on test recording management in Python, please refer to
50+
# https://github.com/Azure/azure-sdk-for-python/blob/main/doc/dev/tests.md#update-test-recordings
51+
#
52+
# For more information about how recording asset synchronization works more generally, please refer to
5053
# https://github.com/Azure/azure-sdk-tools/blob/main/tools/test-proxy/documentation/asset-sync/README.md.
5154

5255

0 commit comments

Comments
 (0)