(self)
| 680 | class TestCLocalize(CCookedTest, BaseLocalizeTest): |
| 681 | |
| 682 | def test_localize(self): |
| 683 | self._test_localize('50000.00', '50000.00') |
| 684 | |
| 685 | |
| 686 | class TestfrFRLocalize(FrFRCookedTest, BaseLocalizeTest): |
nothing calls this directly
no test coverage detected