Home
last modified time | relevance | path

Searched defs:assert_called (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/python/grpcio_tests/tests/unit/
D_contextvars_propagation_test.py89 def assert_called(self, test): member in TestCallCredentials
/external/python/cpython3/Lib/unittest/
Dmock.py213 def assert_called(*args, **kwargs): function
902 def assert_called(self): member in NonCallableMock