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

Method test_empty

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

Source from the content-addressed store, hash-verified

618 self.assertIteratorEqual(l.sliding(2, 3), expect)
619
620 def test_empty(self):
621 self.assertTrue(self.seq([]).empty())
622
623 def test_non_empty(self):
624 self.assertTrue(self.seq([1]).non_empty())

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.80

Tested by

no test coverage detected