We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f052d1 commit 7468deaCopy full SHA for 7468dea
1 file changed
sdk/template/azure-template/tests/test_simple.py
@@ -22,6 +22,7 @@ def test_case_default(self):
22
# `AzureMgmtRecordedTestCase` inherits from `AzureRecordedTestCase` and also includes a `create_mgmt_client` method.
23
# This class should only be used by management-plane libraries in most cases. `azure-mgmt-*` libraries have their own
24
# reference material for testing: https://github.com/Azure/azure-sdk-for-python/blob/main/doc/dev/mgmt/tests.md.
25
+# test comment
26
class TestMgmtPlane(AzureMgmtRecordedTestCase):
27
def setup_method(self, method):
28
pass
0 commit comments