Files
tout-doux/tests/test_sample.py
T
2026-06-29 19:09:15 +00:00

7 lines
126 B
Python

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