mirror of
https://github.com/mandiant/capa.git
synced 2025-12-23 15:37:37 -08:00
tests: fix fixture imports
This commit is contained in:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user