Home
last modified time | relevance | path

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

/third_party/grpc/src/python/grpcio_tests/tests/unit/
D_contextvars_propagation_test.py81 def assert_called(self, test): member in TestCallCredentials
/third_party/python/Lib/unittest/
Dmock.py205 def assert_called(*args, **kwargs): function
882 def assert_called(self): member in NonCallableMock