(self)
| 778 | class TestCLocalize(CCookedTest, BaseLocalizeTest): |
| 779 | |
| 780 | def test_localize(self): |
| 781 | self._test_localize('50000.00', '50000.00') |
| 782 | |
| 783 | |
| 784 | class TestfrFRLocalize(FrFRCookedTest, BaseLocalizeTest): |
nothing calls this directly
no test coverage detected