mirror of
https://github.com/mandiant/capa.git
synced 2025-12-22 15:16:22 -08:00
@@ -51,7 +51,9 @@ def get_rule_path():
|
|||||||
),
|
),
|
||||||
pytest.param("show-features.py", [get_file_path()]),
|
pytest.param("show-features.py", [get_file_path()]),
|
||||||
pytest.param("show-features.py", ["-F", "0x407970", 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(
|
pytest.param(
|
||||||
"capa_as_library.py", [get_file_path()], marks=pytest.mark.xfail(reason="relies on legacy ruleset")
|
"capa_as_library.py", [get_file_path()], marks=pytest.mark.xfail(reason="relies on legacy ruleset")
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user