Update: CloudflareBypassForScraping

This commit is contained in:
Soxoj
2026-03-22 01:48:31 +01:00
parent a163278f89
commit 23c7757dcf
10 changed files with 120 additions and 52 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ async def test_asyncio_progressbar_executor():
# no guarantees for the results order
assert sorted(await executor.run(tasks)) == [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
assert executor.execution_time > 0.2
assert executor.execution_time < 0.3
assert executor.execution_time < 0.6
@pytest.mark.asyncio