Files
Leon Anavi 86154d51da python3-rarfile: Enable tests
Inherit ptest, include tests for rarfile and run the relevant
test cases.

This work was sponsored by GOVCERT.LU.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-10 15:08:45 -07:00

14 lines
844 B
Bash

#!/bin/sh
pytest --automake \
--deselect "test/test_api.py::test_not_rar" \
--deselect "test/test_extract.py::test_readonly[test/files/rar3-readonly-unix.rar]" \
--deselect "test/test_extract.py::test_readonly[test/files/rar3-readonly-win.rar]" \
--deselect "test/test_extract.py::test_readonly[test/files/rar5-readonly-unix.rar]" \
--deselect "test/test_extract.py::test_readonly[test/files/rar5-readonly-win.rar]" \
--deselect "test/test_reading.py::test_reading[test/files/rar15-comment-lock.rar]" \
--deselect "test/test_reading.py::test_reading[test/files/rar15-comment.rar]" \
--deselect "test/test_reading.py::test_reading[test/files/rar202-comment-nopsw.rar]" \
--deselect "test/test_reading.py::test_reading[test/files/rar202-comment-psw.rar]" \
--deselect "test/test_tool.py::test_unrar_tool"