HubobelsPython/venv/lib/python3.9/site-packages/twisted/trial/test/moduleself.py
2022-01-02 21:50:48 +01:00

7 lines
170 B
Python

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