Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
class
TestMockNumPyMethod(BaseTest):
Callers
15
test_tuple_unpack
Method · 0.80
test_tuple_unpack_with_call
Method · 0.80
test_sort
Method · 0.80
test_eye
Method · 0.80
test_linspace
Method · 0.80
test_reshape
Method · 0.80
test_transpose
Method · 0.80
test_concatenate
Method · 0.80
test_ravel_list
Method · 0.80
test_ravel_array
Method · 0.80
test_std
Method · 0.80
test_numpy_array_constructor
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected