Files
cool-domain/tests/test_sample.py
T
2026-06-15 08:11:11 +00:00

7 lines
126 B
Python

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