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

Method test_title

tests/unit/test_clidocs.py:734–738  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

732 )
733
734 def test_title(self):
735 self.doc_handler.doc_title(self.cmd)
736 title_contents = self.cmd.doc.getvalue().decode('utf-8')
737 self.assertIn(f'.. _cli:aws help {self.name}:', title_contents)
738 self.assertIn(self.title, title_contents)
739
740 def test_description(self):
741 lines = [

Callers

nothing calls this directly

Calls 3

decodeMethod · 0.80
doc_titleMethod · 0.45
getvalueMethod · 0.45

Tested by

no test coverage detected