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 08d53c3 commit 4d42518Copy full SHA for 4d42518
1 file changed
sdk/template/azure-template/tests/test_simple.py
@@ -22,7 +22,6 @@ 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