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

Method test_repr

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

Source from the content-addressed store, hash-verified

429 self.assertEqual(a + 2, histogram.element(3, 4))
430
431 def test_repr(self):
432 elem = histogram.element(1, 2)
433 self.assertEqual(str(elem), "histogram.element(1, 2)")
434
435
436class test_histogram(unittest.TestCase):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected