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

Method assert_equal

tests/unit/botocore/test_compat.py:202–203  ·  view source on GitHub ↗
(self, s, expected, platform)

Source from the content-addressed store, hash-verified

200
201class ShellSplitTestRunner:
202 def assert_equal(self, s, expected, platform):
203 assert compat_shell_split(s, platform) == expected
204
205 def assert_raises(self, s, exception_cls, platform):
206 with pytest.raises(exception_cls):

Calls 1

compat_shell_splitFunction · 0.90

Tested by

no test coverage detected