(self)
| 629 | ) |
| 630 | |
| 631 | def test_variables(self) -> None: |
| 632 | self.assertEqual( |
| 633 | variables(self.uri), URITemplate(self.uri).variable_names |
| 634 | ) |
| 635 | |
| 636 | |
| 637 | class TestNativeTypeSupport(unittest.TestCase): |
nothing calls this directly
no test coverage detected