mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-23 18:47:15 +00:00
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>
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#!/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"
|
||||
Reference in New Issue
Block a user