microproduct/atmosphericDelay/ISCEApp/site-packages/twisted/trial/test/moduleself.py

8 lines
170 B
Python

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