MCPcopy Create free account
hub / github.com/secdev/scapy / add_test

Method add_test

scapy/tools/UTscapy.py:270–272  ·  view source on GitHub ↗
(self, test)

Source from the content-addressed store, hash-verified

268 self.expand = 1
269
270 def add_test(self, test):
271 self.tests.append(test)
272 test.keywords.update(self.keywords)
273
274 def trunc(self, index):
275 self.tests = self.tests[:index]

Callers 1

parse_campaign_fileFunction · 0.95

Calls 2

appendMethod · 0.45
updateMethod · 0.45

Tested by

no test coverage detected