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.py92 def assert_called(self, test): member in TestCallCredentials
/third_party/python/Lib/unittest/
Dmock.py213 def assert_called(*args, **kwargs): function
902 def assert_called(self): member in NonCallableMock