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

Method test_euro_modifier

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

Source from the content-addressed store, hash-verified

424 self.check('cs_CZ.ISO8859-2', 'cs_CZ.ISO8859-2')
425
426 def test_euro_modifier(self):
427 self.check('de_DE@euro', 'de_DE.ISO8859-15@euro')
428 self.check('en_US.ISO8859-15@euro', 'en_US.ISO8859-15@euro')
429 self.check('de_DE.utf8@euro', 'de_DE.UTF-8')
430
431 def test_latin_modifier(self):
432 self.check('be_BY.UTF-8@latin', 'be_BY.UTF-8@latin')

Callers

nothing calls this directly

Calls 1

checkMethod · 0.95

Tested by

no test coverage detected