from . import BaseTestCase class TestSample(BaseTestCase): def test_sample(self) -> None: self.skipTest("TODO")