-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add parameter and versioning tests (#2565)
- Loading branch information
1 parent
03910c8
commit a1cb0be
Showing
508 changed files
with
63,472 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
packages/typespec-python/test/azure/generated/parameters-basic/CHANGELOG.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Release History | ||
|
||
## 1.0.0b1 (1970-01-01) | ||
|
||
- Initial version |
21 changes: 21 additions & 0 deletions
21
packages/typespec-python/test/azure/generated/parameters-basic/LICENSE
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Copyright (c) Microsoft Corporation. | ||
|
||
MIT License | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
6 changes: 6 additions & 0 deletions
6
packages/typespec-python/test/azure/generated/parameters-basic/MANIFEST.in
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
include *.md | ||
include LICENSE | ||
include parameters/basic/py.typed | ||
recursive-include tests *.py | ||
recursive-include samples *.py *.md | ||
include parameters/__init__.py |
45 changes: 45 additions & 0 deletions
45
packages/typespec-python/test/azure/generated/parameters-basic/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
|
||
|
||
# Parameters Basic client library for Python | ||
<!-- write necessary description of service --> | ||
|
||
## Getting started | ||
|
||
### Install the package | ||
|
||
```bash | ||
python -m pip install parameters-basic | ||
``` | ||
|
||
#### Prequisites | ||
|
||
- Python 3.8 or later is required to use this package. | ||
- You need an [Azure subscription][azure_sub] to use this package. | ||
- An existing Parameters Basic instance. | ||
|
||
## Contributing | ||
|
||
This project welcomes contributions and suggestions. Most contributions require | ||
you to agree to a Contributor License Agreement (CLA) declaring that you have | ||
the right to, and actually do, grant us the rights to use your contribution. | ||
For details, visit https://cla.microsoft.com. | ||
|
||
When you submit a pull request, a CLA-bot will automatically determine whether | ||
you need to provide a CLA and decorate the PR appropriately (e.g., label, | ||
comment). Simply follow the instructions provided by the bot. You will only | ||
need to do this once across all repos using our CLA. | ||
|
||
This project has adopted the | ||
[Microsoft Open Source Code of Conduct][code_of_conduct]. For more information, | ||
see the Code of Conduct FAQ or contact [email protected] with any | ||
additional questions or comments. | ||
|
||
<!-- LINKS --> | ||
[code_of_conduct]: https://opensource.microsoft.com/codeofconduct/ | ||
[authenticate_with_token]: https://docs.microsoft.com/azure/cognitive-services/authentication?tabs=powershell#authenticate-with-an-authentication-token | ||
[azure_identity_credentials]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity#credentials | ||
[azure_identity_pip]: https://pypi.org/project/azure-identity/ | ||
[default_azure_credential]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity#defaultazurecredential | ||
[pip]: https://pypi.org/project/pip/ | ||
[azure_sub]: https://azure.microsoft.com/free/ | ||
|
9 changes: 9 additions & 0 deletions
9
packages/typespec-python/test/azure/generated/parameters-basic/apiview_mapping_python.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"CrossLanguagePackageId": "Parameters.Basic", | ||
"CrossLanguageDefinitionId": { | ||
"parameters.basic.models.SimpleRequest": "Parameters.Basic.ImplicitBody.SimpleRequest", | ||
"parameters.basic.models.User": "Parameters.Basic.ExplicitBody.User", | ||
"parameters.basic.BasicClient.explicit_body.simple": "Parameters.Basic.ExplicitBody.simple", | ||
"parameters.basic.BasicClient.implicit_body.simple": "Parameters.Basic.ImplicitBody.simple" | ||
} | ||
} |
3 changes: 3 additions & 0 deletions
3
packages/typespec-python/test/azure/generated/parameters-basic/dev_requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
-e ../../../tools/azure-sdk-tools | ||
../../core/azure-core | ||
aiohttp |
35 changes: 35 additions & 0 deletions
35
packages/typespec-python/test/azure/generated/parameters-basic/generated_tests/conftest.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# coding=utf-8 | ||
# -------------------------------------------------------------------------- | ||
# Copyright (c) Microsoft Corporation. All rights reserved. | ||
# Licensed under the MIT License. See License.txt in the project root for license information. | ||
# Code generated by Microsoft (R) Python Code Generator. | ||
# Changes may cause incorrect behavior and will be lost if the code is regenerated. | ||
# -------------------------------------------------------------------------- | ||
import os | ||
import pytest | ||
from dotenv import load_dotenv | ||
from devtools_testutils import ( | ||
test_proxy, | ||
add_general_regex_sanitizer, | ||
add_body_key_sanitizer, | ||
add_header_regex_sanitizer, | ||
) | ||
|
||
load_dotenv() | ||
|
||
|
||
# aovid record sensitive identity information in recordings | ||
@pytest.fixture(scope="session", autouse=True) | ||
def add_sanitizers(test_proxy): | ||
basic_subscription_id = os.environ.get("BASIC_SUBSCRIPTION_ID", "00000000-0000-0000-0000-000000000000") | ||
basic_tenant_id = os.environ.get("BASIC_TENANT_ID", "00000000-0000-0000-0000-000000000000") | ||
basic_client_id = os.environ.get("BASIC_CLIENT_ID", "00000000-0000-0000-0000-000000000000") | ||
basic_client_secret = os.environ.get("BASIC_CLIENT_SECRET", "00000000-0000-0000-0000-000000000000") | ||
add_general_regex_sanitizer(regex=basic_subscription_id, value="00000000-0000-0000-0000-000000000000") | ||
add_general_regex_sanitizer(regex=basic_tenant_id, value="00000000-0000-0000-0000-000000000000") | ||
add_general_regex_sanitizer(regex=basic_client_id, value="00000000-0000-0000-0000-000000000000") | ||
add_general_regex_sanitizer(regex=basic_client_secret, value="00000000-0000-0000-0000-000000000000") | ||
|
||
add_header_regex_sanitizer(key="Set-Cookie", value="[set-cookie;]") | ||
add_header_regex_sanitizer(key="Cookie", value="cookie;") | ||
add_body_key_sanitizer(json_path="$..access_token", value="access_token") |
24 changes: 24 additions & 0 deletions
24
...t/azure/generated/parameters-basic/generated_tests/test_basic_explicit_body_operations.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# coding=utf-8 | ||
# -------------------------------------------------------------------------- | ||
# Copyright (c) Microsoft Corporation. All rights reserved. | ||
# Licensed under the MIT License. See License.txt in the project root for license information. | ||
# Code generated by Microsoft (R) Python Code Generator. | ||
# Changes may cause incorrect behavior and will be lost if the code is regenerated. | ||
# -------------------------------------------------------------------------- | ||
import pytest | ||
from devtools_testutils import recorded_by_proxy | ||
from testpreparer import BasicClientTestBase, BasicPreparer | ||
|
||
|
||
@pytest.mark.skip("you may need to update the auto-generated test case before run it") | ||
class TestBasicExplicitBodyOperations(BasicClientTestBase): | ||
@BasicPreparer() | ||
@recorded_by_proxy | ||
def test_simple(self, basic_endpoint): | ||
client = self.create_client(endpoint=basic_endpoint) | ||
response = client.explicit_body.simple( | ||
body={"name": "str"}, | ||
) | ||
|
||
# please add some check logic here by yourself | ||
# ... |
25 changes: 25 additions & 0 deletions
25
...e/generated/parameters-basic/generated_tests/test_basic_explicit_body_operations_async.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# coding=utf-8 | ||
# -------------------------------------------------------------------------- | ||
# Copyright (c) Microsoft Corporation. All rights reserved. | ||
# Licensed under the MIT License. See License.txt in the project root for license information. | ||
# Code generated by Microsoft (R) Python Code Generator. | ||
# Changes may cause incorrect behavior and will be lost if the code is regenerated. | ||
# -------------------------------------------------------------------------- | ||
import pytest | ||
from devtools_testutils.aio import recorded_by_proxy_async | ||
from testpreparer import BasicPreparer | ||
from testpreparer_async import BasicClientTestBaseAsync | ||
|
||
|
||
@pytest.mark.skip("you may need to update the auto-generated test case before run it") | ||
class TestBasicExplicitBodyOperationsAsync(BasicClientTestBaseAsync): | ||
@BasicPreparer() | ||
@recorded_by_proxy_async | ||
async def test_simple(self, basic_endpoint): | ||
client = self.create_async_client(endpoint=basic_endpoint) | ||
response = await client.explicit_body.simple( | ||
body={"name": "str"}, | ||
) | ||
|
||
# please add some check logic here by yourself | ||
# ... |
25 changes: 25 additions & 0 deletions
25
...t/azure/generated/parameters-basic/generated_tests/test_basic_implicit_body_operations.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# coding=utf-8 | ||
# -------------------------------------------------------------------------- | ||
# Copyright (c) Microsoft Corporation. All rights reserved. | ||
# Licensed under the MIT License. See License.txt in the project root for license information. | ||
# Code generated by Microsoft (R) Python Code Generator. | ||
# Changes may cause incorrect behavior and will be lost if the code is regenerated. | ||
# -------------------------------------------------------------------------- | ||
import pytest | ||
from devtools_testutils import recorded_by_proxy | ||
from testpreparer import BasicClientTestBase, BasicPreparer | ||
|
||
|
||
@pytest.mark.skip("you may need to update the auto-generated test case before run it") | ||
class TestBasicImplicitBodyOperations(BasicClientTestBase): | ||
@BasicPreparer() | ||
@recorded_by_proxy | ||
def test_simple(self, basic_endpoint): | ||
client = self.create_client(endpoint=basic_endpoint) | ||
response = client.implicit_body.simple( | ||
body={"name": "str"}, | ||
name="str", | ||
) | ||
|
||
# please add some check logic here by yourself | ||
# ... |
26 changes: 26 additions & 0 deletions
26
...e/generated/parameters-basic/generated_tests/test_basic_implicit_body_operations_async.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# coding=utf-8 | ||
# -------------------------------------------------------------------------- | ||
# Copyright (c) Microsoft Corporation. All rights reserved. | ||
# Licensed under the MIT License. See License.txt in the project root for license information. | ||
# Code generated by Microsoft (R) Python Code Generator. | ||
# Changes may cause incorrect behavior and will be lost if the code is regenerated. | ||
# -------------------------------------------------------------------------- | ||
import pytest | ||
from devtools_testutils.aio import recorded_by_proxy_async | ||
from testpreparer import BasicPreparer | ||
from testpreparer_async import BasicClientTestBaseAsync | ||
|
||
|
||
@pytest.mark.skip("you may need to update the auto-generated test case before run it") | ||
class TestBasicImplicitBodyOperationsAsync(BasicClientTestBaseAsync): | ||
@BasicPreparer() | ||
@recorded_by_proxy_async | ||
async def test_simple(self, basic_endpoint): | ||
client = self.create_async_client(endpoint=basic_endpoint) | ||
response = await client.implicit_body.simple( | ||
body={"name": "str"}, | ||
name="str", | ||
) | ||
|
||
# please add some check logic here by yourself | ||
# ... |
24 changes: 24 additions & 0 deletions
24
...ges/typespec-python/test/azure/generated/parameters-basic/generated_tests/testpreparer.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# coding=utf-8 | ||
# -------------------------------------------------------------------------- | ||
# Copyright (c) Microsoft Corporation. All rights reserved. | ||
# Licensed under the MIT License. See License.txt in the project root for license information. | ||
# Code generated by Microsoft (R) Python Code Generator. | ||
# Changes may cause incorrect behavior and will be lost if the code is regenerated. | ||
# -------------------------------------------------------------------------- | ||
from devtools_testutils import AzureRecordedTestCase, PowerShellPreparer | ||
import functools | ||
from parameters.basic import BasicClient | ||
|
||
|
||
class BasicClientTestBase(AzureRecordedTestCase): | ||
|
||
def create_client(self, endpoint): | ||
credential = self.get_credential(BasicClient) | ||
return self.create_client_from_credential( | ||
BasicClient, | ||
credential=credential, | ||
endpoint=endpoint, | ||
) | ||
|
||
|
||
BasicPreparer = functools.partial(PowerShellPreparer, "basic", basic_endpoint="https://fake_basic_endpoint.com") |
20 changes: 20 additions & 0 deletions
20
...pespec-python/test/azure/generated/parameters-basic/generated_tests/testpreparer_async.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# coding=utf-8 | ||
# -------------------------------------------------------------------------- | ||
# Copyright (c) Microsoft Corporation. All rights reserved. | ||
# Licensed under the MIT License. See License.txt in the project root for license information. | ||
# Code generated by Microsoft (R) Python Code Generator. | ||
# Changes may cause incorrect behavior and will be lost if the code is regenerated. | ||
# -------------------------------------------------------------------------- | ||
from devtools_testutils import AzureRecordedTestCase | ||
from parameters.basic.aio import BasicClient | ||
|
||
|
||
class BasicClientTestBaseAsync(AzureRecordedTestCase): | ||
|
||
def create_async_client(self, endpoint): | ||
credential = self.get_credential(BasicClient, is_async=True) | ||
return self.create_client_from_credential( | ||
BasicClient, | ||
credential=credential, | ||
endpoint=endpoint, | ||
) |
1 change: 1 addition & 0 deletions
1
packages/typespec-python/test/azure/generated/parameters-basic/parameters/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
__path__ = __import__("pkgutil").extend_path(__path__, __name__) # type: ignore |
26 changes: 26 additions & 0 deletions
26
packages/typespec-python/test/azure/generated/parameters-basic/parameters/basic/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# coding=utf-8 | ||
# -------------------------------------------------------------------------- | ||
# Copyright (c) Microsoft Corporation. All rights reserved. | ||
# Licensed under the MIT License. See License.txt in the project root for license information. | ||
# Code generated by Microsoft (R) Python Code Generator. | ||
# Changes may cause incorrect behavior and will be lost if the code is regenerated. | ||
# -------------------------------------------------------------------------- | ||
|
||
from ._client import BasicClient | ||
from ._version import VERSION | ||
|
||
__version__ = VERSION | ||
|
||
try: | ||
from ._patch import __all__ as _patch_all | ||
from ._patch import * # pylint: disable=unused-wildcard-import | ||
except ImportError: | ||
_patch_all = [] | ||
from ._patch import patch_sdk as _patch_sdk | ||
|
||
__all__ = [ | ||
"BasicClient", | ||
] | ||
__all__.extend([p for p in _patch_all if p not in __all__]) | ||
|
||
_patch_sdk() |
Oops, something went wrong.