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

Method test_valencia_modifier

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

Source from the content-addressed store, hash-verified

434 self.check('sr_RS.UTF-8@latn', 'sr_RS.UTF-8@latin')
435
436 def test_valencia_modifier(self):
437 self.check('ca_ES.UTF-8@valencia', 'ca_ES.UTF-8@valencia')
438 self.check('ca_ES@valencia', 'ca_ES.UTF-8@valencia')
439 self.check('ca@valencia', 'ca_ES.ISO8859-1@valencia')
440
441 def test_devanagari_modifier(self):
442 self.check('ks_IN.UTF-8@devanagari', 'ks_IN.UTF-8@devanagari')

Callers

nothing calls this directly

Calls 1

checkMethod · 0.95

Tested by

no test coverage detected