Improved "submit new site" mode, added tests, fixed top-500 sites (#1952)

This commit is contained in:
Soxoj
2024-12-10 18:02:43 +01:00
committed by GitHub
parent 51ab988e36
commit 81a817a39f
12 changed files with 691 additions and 194 deletions
+1
View File
@@ -49,6 +49,7 @@ async def test_asyncio_progressbar_semaphore_executor():
assert executor.execution_time < 0.4
@pytest.mark.slow
@pytest.mark.asyncio
async def test_asyncio_progressbar_queue_executor():
tasks = [(func, [n], {}) for n in range(10)]