moduleself.py 170 B

1234567
  1. # -*- test-case-name: twisted.trial.test.moduleself -*-
  2. from twisted.trial import unittest
  3. class Foo(unittest.SynchronousTestCase):
  4. def testFoo(self):
  5. pass