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

Method test_variables

tests/test_uritemplate.py:631–634  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

629 )
630
631 def test_variables(self) -> None:
632 self.assertEqual(
633 variables(self.uri), URITemplate(self.uri).variable_names
634 )
635
636
637class TestNativeTypeSupport(unittest.TestCase):

Callers

nothing calls this directly

Calls 2

variablesFunction · 0.90
URITemplateClass · 0.90

Tested by

no test coverage detected