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

Method setUp

tests/unit/test_formatter.py:41–43  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

39
40class TestYAMLDumper(unittest.TestCase):
41 def setUp(self):
42 self.dumper = YAMLDumper()
43 self.output = StringIO()
44
45 def test_dump_int(self):
46 self.dumper.dump(1, self.output)

Callers

nothing calls this directly

Calls 1

YAMLDumperClass · 0.90

Tested by

no test coverage detected