MCPcopy
hub / github.com/django/django / test_str

Method test_str

tests/urlpatterns/test_resolvers.py:10–11  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

8
9class RegexPatternTests(SimpleTestCase):
10 def test_str(self):
11 self.assertEqual(str(RegexPattern(_("^translated/$"))), "^translated/$")
12
13
14class RoutePatternTests(SimpleTestCase):

Callers

nothing calls this directly

Calls 1

RegexPatternClass · 0.90

Tested by

no test coverage detected