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

Method _test_localize

Lib/test/test_locale.py:766–767  ·  view source on GitHub ↗
(self, value, out, grouping=False)

Source from the content-addressed store, hash-verified

764class BaseLocalizeTest(BaseLocalizedTest):
765
766 def _test_localize(self, value, out, grouping=False):
767 self.assertEqual(locale.localize(value, grouping=grouping), out)
768
769
770class TestEnUSLocalize(EnUSCookedTest, BaseLocalizeTest):

Callers 3

test_localizeMethod · 0.80
test_localizeMethod · 0.80
test_localizeMethod · 0.80

Calls 1

assertEqualMethod · 0.45

Tested by

no test coverage detected