mirror of
https://github.com/vee1e/capa.git
synced 2026-09-01 18:57:15 +00:00
parent
0e1ce21488
commit
4978aa74e7
1 changed files with 3 additions and 1 deletions
|
|
@ -51,7 +51,9 @@ def get_rule_path():
|
|||
),
|
||||
pytest.param("show-features.py", [get_file_path()]),
|
||||
pytest.param("show-features.py", ["-F", "0x407970", get_file_path()]),
|
||||
pytest.param("show-unused-features.py", [get_file_path()]),
|
||||
pytest.param(
|
||||
"show-unused-features.py", [get_file_path()], marks=pytest.mark.xfail(reason="relies on legacy ruleset")
|
||||
),
|
||||
pytest.param(
|
||||
"capa_as_library.py", [get_file_path()], marks=pytest.mark.xfail(reason="relies on legacy ruleset")
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue