MCPcopy Index your code
hub / github.com/python/cpython / assertFailure

Method assertFailure

Lib/test/test_calendar.py:1115–1117  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

1113 return rc, stdout, stderr
1114
1115 def assertFailure(self, *args):
1116 self.assertCLIFails(*args)
1117 self.assertCmdFails(*args)
1118
1119 @support.force_not_colorized
1120 def test_help(self):

Callers 9

test_option_encodingMethod · 0.95
test_option_localeMethod · 0.95
test_option_widthMethod · 0.95
test_option_linesMethod · 0.95
test_option_spacingMethod · 0.95
test_option_monthsMethod · 0.95
test_option_typeMethod · 0.95

Calls 2

assertCLIFailsMethod · 0.95
assertCmdFailsMethod · 0.95

Tested by

no test coverage detected