1

Ajoute les visualisations des couleurs de têtes de minifigs et jalons

This commit is contained in:
2025-12-01 23:41:32 +01:00
parent d04be6ca87
commit ba76030d36
11 changed files with 521 additions and 1 deletions

View File

@@ -62,6 +62,7 @@ def test_download_multiple_rebrickable_files(tmp_path: Path) -> None:
"inventory_parts.csv.gz",
"parts.csv.gz",
"colors.csv.gz",
"part_categories.csv.gz",
]
compressed_bodies = {}
for file_name in file_names:
@@ -82,6 +83,7 @@ def test_download_multiple_rebrickable_files(tmp_path: Path) -> None:
tmp_path / "inventory_parts.csv",
tmp_path / "parts.csv",
tmp_path / "colors.csv",
tmp_path / "part_categories.csv",
]
assert len(responses.calls) == len(file_names)
for file_name in file_names: