(self)
| 8 | |
| 9 | class RegexPatternTests(SimpleTestCase): |
| 10 | def test_str(self): |
| 11 | self.assertEqual(str(RegexPattern(_("^translated/$"))), "^translated/$") |
| 12 | |
| 13 | |
| 14 | class RoutePatternTests(SimpleTestCase): |
nothing calls this directly
no test coverage detected