Check that uritemplate.expand matches Level 4 expectations.
(self)
| 76 | self._test("Level 3 Examples") |
| 77 | |
| 78 | def test_level_4(self) -> None: |
| 79 | """Check that uritemplate.expand matches Level 4 expectations.""" |
| 80 | self._test("Level 4 Examples") |
| 81 | |
| 82 | |
| 83 | class TestSpecExamplesByRFCSection(FixtureMixin): |