MCPcopy Create free account
hub / github.com/aws/aws-cli / setUp

Method setUp

tests/unit/bcdoc/test_document.py:87–89  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

85
86class TestDocumentStructure(unittest.TestCase):
87 def setUp(self):
88 self.name = 'mydoc'
89 self.doc_structure = DocumentStructure(self.name)
90
91 def test_name(self):
92 self.assertEqual(self.doc_structure.name, self.name)

Callers

nothing calls this directly

Calls 1

DocumentStructureClass · 0.90

Tested by

no test coverage detected