MCPcopy Create free account
hub / github.com/python-hyper/uritemplate / test_level_1

Method test_level_1

tests/test_from_fixtures.py:66–68  ·  view source on GitHub ↗

Check that uritemplate.expand matches Level 1 expectations.

(self)

Source from the content-addressed store, hash-verified

64 examples = load_examples("spec-examples")
65
66 def test_level_1(self) -> None:
67 """Check that uritemplate.expand matches Level 1 expectations."""
68 self._test("Level 1 Examples")
69
70 def test_level_2(self) -> None:
71 """Check that uritemplate.expand matches Level 2 expectations."""

Callers

nothing calls this directly

Calls 1

_testMethod · 0.80

Tested by

no test coverage detected