summaryrefslogtreecommitdiff
path: root/upstream-layers/meta-openembedded/meta-python/recipes-devtools/python/python3-rarfile/run-ptest
blob: 7cc4a1b1aea03c5cfa1b7237dc5382b17cbe8509 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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"