MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_localize

Method test_localize

Lib/test/test_locale.py:688–690  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

686class TestfrFRLocalize(FrFRCookedTest, BaseLocalizeTest):
687
688 def test_localize(self):
689 self._test_localize('50000.00', '50000,00')
690 self._test_localize('50000.00', '50 000,00', grouping=True)
691
692
693if __name__ == '__main__':

Callers

nothing calls this directly

Calls 1

_test_localizeMethod · 0.80

Tested by

no test coverage detected