(self)
| 392 | self.assert_shortened_regex(d3, r"{'a+\.\.\.a+': {'a+\.\.\.a+': {'a+\.\.\.a+': 'a+\.\.\.a+'}}}") # noqa |
| 393 | |
| 394 | def test_empty(self): |
| 395 | # Ensure empty dicts work |
| 396 | self.assert_unchanged({}, "{}") |
| 397 | |
| 398 | def test_sorted(self): |
| 399 | # Ensure dict keys are sorted |
nothing calls this directly
no test coverage detected