From 45661aff2de5b0fd081df011065af98b00acc87f Mon Sep 17 00:00:00 2001 From: Mike Hunhoff Date: Thu, 15 Jan 2026 18:42:49 +0000 Subject: [PATCH 1/2] ghidra: fix unit tests --- tests/fixtures.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/fixtures.py b/tests/fixtures.py index bbe51e778..754783214 100644 --- a/tests/fixtures.py +++ b/tests/fixtures.py @@ -24,6 +24,7 @@ import capa.features.insn import capa.features.common import capa.features.basicblock +import capa.loader from capa.features.common import ( OS, OS_ANY, From 8a6814f3b8105b334633ebd0f9f97a2a2c1f8617 Mon Sep 17 00:00:00 2001 From: Mike Hunhoff Date: Thu, 15 Jan 2026 18:47:13 +0000 Subject: [PATCH 2/2] fix formatting --- tests/fixtures.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fixtures.py b/tests/fixtures.py index 754783214..6f15d0365 100644 --- a/tests/fixtures.py +++ b/tests/fixtures.py @@ -20,11 +20,11 @@ import pytest +import capa.loader import capa.features.file import capa.features.insn import capa.features.common import capa.features.basicblock -import capa.loader from capa.features.common import ( OS, OS_ANY,