MCPcopy Index your code
hub / github.com/aws/aws-cli / test_call

Method test_call

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

Source from the content-addressed store, hash-verified

100 return args, kwargs
101
102 def test_call(self):
103 func_container = FunctionContainer(
104 self.get_args_kwargs, 'foo', bar='baz'
105 )
106 self.assertEqual(func_container(), (('foo',), {'bar': 'baz'}))
107
108 def test_repr(self):
109 func_container = FunctionContainer(

Callers

nothing calls this directly

Calls 1

FunctionContainerClass · 0.90

Tested by

no test coverage detected