You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in fixtures.py at the top level, we call get_*_extractor for a selection of samples to compute their hashes. because this is at the top level, this is done at import time, rather then when the relevant test is invoked. this slows down the invocation of other tests.
in fixtures.py at the top level, we call
get_*_extractor
for a selection of samples to compute their hashes. because this is at the top level, this is done at import time, rather then when the relevant test is invoked. this slows down the invocation of other tests.capa/tests/fixtures.py
Lines 668 to 670 in 19495f6
The text was updated successfully, but these errors were encountered: