MCPcopy
hub / github.com/aws/aws-cli / test_call_args

Method test_call_args

tests/unit/s3transfer/test_utils.py:92–95  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

90
91class TestCallArgs(unittest.TestCase):
92 def test_call_args(self):
93 call_args = CallArgs(foo='bar', biz='baz')
94 self.assertEqual(call_args.foo, 'bar')
95 self.assertEqual(call_args.biz, 'baz')
96
97
98class TestFunctionContainer(unittest.TestCase):

Callers

nothing calls this directly

Calls 1

CallArgsClass · 0.90

Tested by

no test coverage detected