mirror of
https://github.com/mandiant/capa.git
synced 2025-12-22 15:16:22 -08:00
Update tests/test_scripts.py
Co-authored-by: Moritz <mr-tz@users.noreply.github.com>
This commit is contained in:
@@ -75,7 +75,7 @@ def run_program(script_path, args):
|
|||||||
return subprocess.run(args, stdout=subprocess.PIPE)
|
return subprocess.run(args, stdout=subprocess.PIPE)
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.xfail(reason="RD test files haven't been updated yet")
|
@pytest.mark.xfail(reason="result document test files haven't been updated yet")
|
||||||
def test_proto_conversion(tmp_path):
|
def test_proto_conversion(tmp_path):
|
||||||
t = tmp_path / "proto-test"
|
t = tmp_path / "proto-test"
|
||||||
t.mkdir()
|
t.mkdir()
|
||||||
|
|||||||
Reference in New Issue
Block a user