Files
server/usr/lib/python3/dist-packages/twisted/trial/test/moduleself.py
2026-01-07 20:52:11 +01:00

8 lines
178 B
Python

# -*- test-case-name: twisted.trial.test.moduleself -*-
from twisted.trial import unittest
class Foo(unittest.SynchronousTestCase):
def testFoo(self) -> None:
pass