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

8 lines
170 B
Python
Raw Normal View History

2024-12-18 03:03:53 +00:00
# -*- test-case-name: twisted.trial.test.moduleself -*-
from twisted.trial import unittest
class Foo(unittest.SynchronousTestCase):
def testFoo(self):
pass