Merge branch 'dev' into fix/preserve-http-method-on-retry

This commit is contained in:
Karim shoair
2026-03-17 22:04:57 +02:00
committed by GitHub
17 changed files with 416 additions and 208 deletions
+1 -2
View File
@@ -613,8 +613,7 @@ class TestCheckpointMethods:
@pytest.mark.asyncio
async def test_restore_from_checkpoint_raises_when_disabled(self):
engine = _make_engine() # no crawldir → checkpoint disabled
with pytest.raises(RuntimeError):
await engine._restore_from_checkpoint()
assert (await engine._restore_from_checkpoint()) is False
# ---------------------------------------------------------------------------