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

Method assert_contains_line

tests/unit/botocore/docs/__init__.py:241–243  ·  view source on GitHub ↗
(self, line)

Source from the content-addressed store, hash-verified

239 operation['errors'] = errors
240
241 def assert_contains_line(self, line):
242 contents = self.doc_structure.flush_structure().decode('utf-8')
243 self.assertIn(line, contents)
244
245 def get_nested_service_contents(self, service, type, name):
246 service_file_path = os.path.join(

Calls 2

decodeMethod · 0.80
flush_structureMethod · 0.45