Skip to content

Commit 4ed18a2

Browse files
authored
Remove manual test proxy setup instructions (#34573)
1 parent fb60783 commit 4ed18a2

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

doc/dev/dev_setup.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ or execute the various commands available in the toolbox.
77

88
1. If you don't already have it, install Python:
99

10-
- Windows: [Python website][python_website] or from the [Windows store][python_39]
10+
- Windows: [Python website][python_website] or from the [Windows store][python_312]
1111
- Ubuntu/Debian `sudo apt-get install python3`
1212
- RHEL/CentOS `sudo yum install python3`
1313

@@ -46,17 +46,14 @@ or execute the various commands available in the toolbox.
4646
The recommended place to store your .env file is one directory higher than the `azure-sdk-for-python` location.
4747
This ensures the secrets will be loaded by the interpreter and most importantly not be committed to Git history.
4848
49-
## Set up the SDK's test-running tool
49+
## Follow test-running guidance
5050
51-
SDK tests use an in-house tool called the test proxy, which runs in a container and enables recording and playing back HTTP interactions.
52-
53-
Follow the instructions in the [Perform one-time test proxy setup][proxy_setup] section of [tests.md][tests] to set up the test proxy on your machine.
51+
After following the steps above, you'll be able to run recorded SDK tests with `pytest`. For more information about tests -- how to run live tests, write new tests, etc. -- refer to the documentation in [tests.md][tests].
5452
5553
5654
<!-- LINKS -->
5755
[python_website]: https://www.python.org/downloads/
58-
[python_39]: https://www.microsoft.com/p/python-39/9p7qfqmjrfp7
59-
[proxy_setup]: https://github.com/Azure/azure-sdk-for-python/blob/main/doc/dev/tests.md#perform-one-time-test-proxy-setup
56+
[python_312]: https://apps.microsoft.com/detail/9ncvdn91xzqp
6057
[tests]: https://github.com/Azure/azure-sdk-for-python/blob/main/doc/dev/tests.md
6158
[tox]: https://tox.wiki/en/latest/
6259
[virtual_environment]: https://docs.python.org/3/tutorial/venv.html

0 commit comments

Comments
 (0)