MCPcopy Create free account
hub / github.com/rthalley/dnspython / testSubset6

Method testSubset6

tests/test_set.py:173–176  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

171 self.assertTrue(s1.issubset(s2))
172
173 def testSubset6(self):
174 s1 = S([1, 4])
175 s2 = S([1, 2, 3])
176 self.assertTrue(not s1.issubset(s2))
177
178 def testSuperset1(self):
179 s1 = S([1, 2, 3])

Callers

nothing calls this directly

Calls 1

issubsetMethod · 0.80

Tested by

no test coverage detected