Check that uritemplate.expand matches Level 2 expectations.
(self)
| 68 | self._test("Level 1 Examples") |
| 69 | |
| 70 | def test_level_2(self) -> None: |
| 71 | """Check that uritemplate.expand matches Level 2 expectations.""" |
| 72 | self._test("Level 2 Examples") |
| 73 | |
| 74 | def test_level_3(self) -> None: |
| 75 | """Check that uritemplate.expand matches Level 3 expectations.""" |