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

Method assertListing

Lib/test/test_gdb/test_misc.py:30–31  ·  view source on GitHub ↗
(self, expected, actual)

Source from the content-addressed store, hash-verified

28 "Python was compiled with optimizations")
29class PyListTests(DebuggerTests):
30 def assertListing(self, expected, actual):
31 self.assertEndsWith(actual, expected)
32
33 def test_basic_command(self):
34 'Verify that the "py-list" command works'

Callers 3

test_basic_commandMethod · 0.95
test_one_abs_argMethod · 0.95
test_two_abs_argsMethod · 0.95

Calls 1

assertEndsWithMethod · 0.80

Tested by

no test coverage detected