Home
last modified time | relevance | path

Searched refs:add_error_response (Results 1 – 2 of 2) sorted by relevance

/dports/devel/brz/breezy-3.2.0/breezy/bzr/tests/
H A Dtest_remote.py242 def add_error_response(self, *args): member in FakeClient
556 client.add_error_response(b'NotStacked')
560 client.add_error_response(b'NotStacked')
750 client.add_error_response(b'nobranch')
1799 client.add_error_response(b'NotStacked')
1829 client.add_error_response(b'NotStacked')
1906 client.add_error_response(b'NotStacked')
1934 client.add_error_response(b'NotStacked')
2320 client.add_error_response(
3175 client.add_error_response(b'LockContention')
[all …]
/dports/devel/py-botocore/botocore-1.21.61/tests/unit/
H A Dtest_client.py1416 def add_error_response(self, error_response): member in TestClientErrors