Skip to content

Commit

Permalink
added extra test
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Neagu committed Dec 16, 2024
1 parent 7ede41a commit 9d67dd1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ def _strip_folder_from_path(paths: set[Path], *, to_strip: Path) -> set[Path]:
@pytest.mark.parametrize(
"sub_dirs, files_in_subdirs",
[
pytest.param(50, 40, id="few_items"),
pytest.param(0, 0, id="no_items"),
pytest.param(5, 4, id="few_items"),
],
)
async def test_ensure_same_interface_as_unarchive_dir(
Expand Down

0 comments on commit 9d67dd1

Please sign in to comment.