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.py | 81 def assert_called(self, test): member in TestCallCredentials |
| /third_party/python/Lib/unittest/ | ||
| D | mock.py | 205 def assert_called(*args, **kwargs): function |