Skip to content

Commit

Permalink
Update arguments to test.Fixture().
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisCummins committed Jan 3, 2020
1 parent 55e0102 commit 26d50d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labm8/py/archive_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
(".tar.bz2", lambda f: tarfile.open(f, "w:bz2"), lambda a: a.add),
],
# Parameter tuple names.
ids=["zip", "tar.bz2"],
names=["zip", "tar.bz2"],
)
def test_archive(request, tempdir: pathlib.Path) -> pathlib.Path:
"""Yield path to an archive containing a single 'a.txt' file."""
Expand Down

0 comments on commit 26d50d1

Please sign in to comment.