Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_illegal_arguments
Method · 0.95
test_option_encoding
Method · 0.95
test_option_locale
Method · 0.95
test_option_width
Method · 0.95
test_option_lines
Method · 0.95
test_option_spacing
Method · 0.95
test_option_months
Method · 0.95
test_option_type
Method · 0.95
test_html_output_year_css
Method · 0.95
Calls
2
assertCLIFails
Method · 0.95
assertCmdFails
Method · 0.95
Tested by
no test coverage detected