MCPcopy 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
960def 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
968def main():

Callers 1

mainFunction · 0.85

Calls 2

extendMethod · 0.80
removeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…