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

Method test_constructor

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

Source from the content-addressed store, hash-verified

41 self.assertTrue(is_iterable(iter([1, 2])))
42
43 def test_constructor(self):
44 self.assertRaises(TypeError, lambda: Sequence(1))
45
46 def test_base_sequence(self):
47 l = []

Callers

nothing calls this directly

Calls 1

SequenceClass · 0.90

Tested by

no test coverage detected