We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5ea1e6 commit 5524652Copy full SHA for 5524652
tests/test_client.py
@@ -223,6 +223,7 @@ def test_should_shortcircuit_if_provider_is_not_ready(
223
spy_hook.error.assert_called_once()
224
spy_hook.finally_after.assert_called_once()
225
226
+
227
# Requirement 1.7.7
228
def test_should_shortcircuit_if_provider_is_in_irrecoverable_error_state(
229
no_op_provider_client, monkeypatch
@@ -245,6 +246,7 @@ def test_should_shortcircuit_if_provider_is_in_irrecoverable_error_state(
245
246
247
248
249
250
def test_should_run_error_hooks_if_provider_returns_resolution_with_error_code():
251
# Given
252
spy_hook = MagicMock(spec=Hook)
0 commit comments