Your IP : 216.73.216.34


Current Path : /lib/python3/dist-packages/twisted/trial/test/
Upload File :
Current File : //lib/python3/dist-packages/twisted/trial/test/moduleself.py

# -*- test-case-name: twisted.trial.test.moduleself -*-
from twisted.trial import unittest

class Foo(unittest.SynchronousTestCase):

    def testFoo(self):
        pass