MCPcopy Create free account
hub / github.com/boostorg/histogram / test_iter

Method test_iter

test/python_suite_test.py:406–408  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

404 a[3]
405
406 def test_iter(self):
407 c = [1, 2, 3]
408 self.assertEqual([x for x in category(*c)], c)
409
410
411class test_histogram_element(unittest.TestCase):

Callers

nothing calls this directly

Calls 1

categoryClass · 0.90

Tested by

no test coverage detected