Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/secdev/scapy
/ resolve_testfiles
Function
resolve_testfiles
scapy/tools/UTscapy.py:960–965 ·
view source on GitHub ↗
(TESTFILES)
Source
from the content-addressed store, hash-verified
958
959
960
def
resolve_testfiles(TESTFILES):
961
for
tfile in TESTFILES[:]:
962
if
"*"
in tfile:
963
TESTFILES.remove(tfile)
964
TESTFILES.extend(sorted(glob.glob(tfile)))
965
return
TESTFILES
966
967
968
def
main():
Callers
1
main
Function · 0.85
Calls
2
extend
Method · 0.80
remove
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…