MCPcopy
hub / github.com/django/django / test_get_format_lazy_format

Method test_get_format_lazy_format

tests/i18n/tests.py:1405–1406  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1403 self.assertEqual(".", get_format("DECIMAL_SEPARATOR", lang="en"))
1404
1405 def test_get_format_lazy_format(self):
1406 self.assertEqual(get_format(gettext_lazy("DATE_FORMAT")), "N j, Y")
1407
1408 def test_localize_templatetag_and_filter(self):
1409 """

Callers

nothing calls this directly

Calls 1

get_formatFunction · 0.90

Tested by

no test coverage detected