MCPcopy Index your code
hub / github.com/python/cpython / test_error_msg_numeric

Method test_error_msg_numeric

Lib/test/test_statistics.py:650–653  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

648 self.assertIsSubclass(NumericTestCase, unittest.TestCase)
649
650 def test_error_msg_numeric(self):
651 # Test the error message generated for numeric comparisons.
652 args = (2.5, 4.0, 0.5, 0.25, None)
653 self.do_test(args)
654
655 def test_error_msg_sequence(self):
656 # Test the error message generated for sequence comparisons.

Callers

nothing calls this directly

Calls 1

do_testMethod · 0.95

Tested by

no test coverage detected