<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"># -*- test-case-name: twisted.trial.test.moduleself -*-
from twisted.trial import unittest

class Foo(unittest.TestCase):

    def testFoo(self):
        pass
</pre></body></html>