Add test for script & output rendered

This commit is contained in:
Aayush Goel
2023-08-07 22:43:25 +05:30
parent b3a9763a32
commit 232c9ce35c
2 changed files with 5 additions and 2 deletions

View File

@@ -45,6 +45,7 @@ def get_rule_path():
pytest.param("show-capabilities-by-function.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-unused-features.py", [get_file_path()]),
pytest.param("capa_as_library.py", [get_file_path()]),
],
)