Skip to content

Commit

Permalink
fix: test case
Browse files Browse the repository at this point in the history
- remove duplicated test case

Signed-off-by: Hiroshi Miura <[email protected]>
  • Loading branch information
miurahr committed Oct 13, 2024
1 parent d98552d commit 7e4238c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,14 +149,6 @@ def test_digests_corrupted():
assert archive.fp.closed


@pytest.mark.basic
def test_digests_corrupted():
arcfile = os.path.join(testdata_path, "crc_corrupted.7z")
with py7zr.SevenZipFile(arcfile) as archive:
assert archive.test() is None
assert archive.fp.closed


@pytest.mark.unit
def test_py7zr_write_mode(tmp_path):
target = tmp_path.joinpath("target.7z")
Expand Down

0 comments on commit 7e4238c

Please sign in to comment.