MCPcopy Index your code
hub / github.com/data-apis/python-record-api / assertCalls

Method assertCalls

record_api/test.py:29–32  ·  view source on GitHub ↗
(self, *calls)

Source from the content-addressed store, hash-verified

27 exec(source)
28
29 def assertCalls(self, *calls):
30 self.assertListEqual(
31 self.mock.mock_calls, [*calls],
32 )
33
34
35class TestMockNumPyMethod(BaseTest):

Callers 15

test_tuple_unpackMethod · 0.80
test_sortMethod · 0.80
test_eyeMethod · 0.80
test_linspaceMethod · 0.80
test_reshapeMethod · 0.80
test_transposeMethod · 0.80
test_concatenateMethod · 0.80
test_ravel_listMethod · 0.80
test_ravel_arrayMethod · 0.80
test_stdMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected