Update UI, and Update Sitemap tool to get proper thread count
Build Docker Image / docker (push) Successful in 6s
Build Docker Image / docker (push) Successful in 6s
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user