tests: fix fixture imports

This commit is contained in:
Willi Ballenthin
2023-07-06 19:04:53 +02:00
parent e675bef062
commit a43d2c115f
10 changed files with 34 additions and 12 deletions

View File

@@ -7,12 +7,12 @@
# See the License for the specific language governing permissions and limitations under the License.
import pytest
import fixtures
from fixtures import parametrize
from fixtures import scope, sample
import capa.features.file
@parametrize(
@fixtures.parametrize(
"sample,scope,feature,expected",
fixtures.FEATURE_PRESENCE_TESTS,
indirect=["sample", "scope"],