MCPcopy Create free account
hub / github.com/EntilZha/PyFunctional / test_eq

Method test_eq

functional/test/test_functional.py:54–56  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

52 self.assert_not_type(self.seq(l)._base_sequence)
53
54 def test_eq(self):
55 l = [1, 2, 3]
56 self.assertIteratorEqual(self.seq(l).map(lambda x: x), self.seq(l))
57
58 def test_ne(self):
59 a = [1, 2, 3]

Callers

nothing calls this directly

Calls 2

assertIteratorEqualMethod · 0.95
mapMethod · 0.80

Tested by

no test coverage detected