Check that uritemplate.expand matches Level 3 expectations.
(self)
| 72 | self._test("Level 2 Examples") |
| 73 | |
| 74 | def test_level_3(self) -> None: |
| 75 | """Check that uritemplate.expand matches Level 3 expectations.""" |
| 76 | self._test("Level 3 Examples") |
| 77 | |
| 78 | def test_level_4(self) -> None: |
| 79 | """Check that uritemplate.expand matches Level 4 expectations.""" |