Update UI, and Update Sitemap tool to get proper thread count
Build Docker Image / docker (push) Successful in 6s

This commit is contained in:
2026-04-09 11:27:13 -07:00
parent 0e410a1f6c
commit 287566716f
5 changed files with 32 additions and 5 deletions
@@ -17,6 +17,9 @@ SPEC.loader.exec_module(MODULE)
class SitemapBuilderTests(unittest.TestCase):
def test_detect_default_workers_returns_at_least_one(self) -> None:
self.assertGreaterEqual(MODULE.detect_default_workers(), 1)
def test_cleanup_run_files_deletes_generated_artifacts(self) -> None:
with tempfile.TemporaryDirectory() as temp_dir:
output_path = pathlib.Path(temp_dir) / "crawl.csv"