add IDA specific test

This commit is contained in:
Moritz Raabe
2020-10-21 12:16:50 +02:00
parent 0a369c548b
commit 1e3b29de2e
2 changed files with 7 additions and 1 deletions

View File

@@ -44,7 +44,7 @@ def get_ida_extractor(_path):
@pytest.mark.skip(reason="IDA Pro tests must be run within IDA")
def test_ida_features():
for (sample, scope, feature, expected) in FEATURE_PRESENCE_TESTS:
for (sample, scope, feature, expected) in FEATURE_PRESENCE_TESTS + FEATURE_PRESENCE_TESTS_IDA:
id = make_test_id((sample, scope, feature, expected))
try: