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

8 lines
170 B
Python
Raw Normal View History

2023-08-28 10:17:29 +00:00
# -*- test-case-name: twisted.trial.test.moduleself -*-
from twisted.trial import unittest
class Foo(unittest.SynchronousTestCase):
def testFoo(self):
pass