Skip to content

Commit 7468dea

Browse files
authored
Add comment to TestMgmtPlane class (#48057)
Added a comment to the TestMgmtPlane class.
1 parent 9f052d1 commit 7468dea

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sdk/template/azure-template/tests/test_simple.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ def test_case_default(self):
2222
# `AzureMgmtRecordedTestCase` inherits from `AzureRecordedTestCase` and also includes a `create_mgmt_client` method.
2323
# This class should only be used by management-plane libraries in most cases. `azure-mgmt-*` libraries have their own
2424
# reference material for testing: https://github.com/Azure/azure-sdk-for-python/blob/main/doc/dev/mgmt/tests.md.
25+
# test comment
2526
class TestMgmtPlane(AzureMgmtRecordedTestCase):
2627
def setup_method(self, method):
2728
pass

0 commit comments

Comments
 (0)