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

Method testSubset5

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

Source from the content-addressed store, hash-verified

166 self.assertTrue(s1.issubset(s2))
167
168 def testSubset5(self):
169 s1 = S([])
170 s2 = S([])
171 self.assertTrue(s1.issubset(s2))
172
173 def testSubset6(self):
174 s1 = S([1, 4])

Callers

nothing calls this directly

Calls 1

issubsetMethod · 0.80

Tested by

no test coverage detected