Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws/aws-cli
/ test_dump_int
Method
test_dump_int
tests/unit/test_formatter.py:45–47 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
43
self.output = StringIO()
44
45
def
test_dump_int(self):
46
self.dumper.dump(1, self.output)
47
self.assertEqual(self.output.getvalue(),
'1\n'
)
48
49
def
test_dump_float(self):
50
self.dumper.dump(1.2, self.output)
Callers
nothing calls this directly
Calls
2
dump
Method · 0.45
getvalue
Method · 0.45
Tested by
no test coverage detected