You've already forked etude_lego_jurassic_world
Ajoute les visualisations des couleurs de têtes de minifigs et jalons
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user