Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/secdev/scapy
/ remove_empty_testsets
Function
remove_empty_testsets
scapy/tools/UTscapy.py:510–511 ·
view source on GitHub ↗
(test_campaign)
Source
from the content-addressed store, hash-verified
508
509
510
def
remove_empty_testsets(test_campaign):
511
test_campaign.campaign = [ts
for
ts in test_campaign.campaign
if
ts.tests]
512
513
514
# RUN TEST #
Callers
1
execute_campaign
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…