7 lines
126 B
Python
7 lines
126 B
Python
from . import BaseTestCase
|
|
|
|
|
|
class TestSample(BaseTestCase):
|
|
def test_sample(self) -> None:
|
|
self.skipTest("TODO")
|