aboutsummaryrefslogtreecommitdiffstats
path: root/lib/python2.7/site-packages/Twisted-12.2.0-py2.7-linux-x86_64.egg/twisted/trial/test/moduleself.py
blob: 1f87c8239ad4774a2e235f7dccb9ff9b7bbf0688 (plain)
1
2
3
4
5
6
7
# -*- test-case-name: twisted.trial.test.moduleself -*-
from twisted.trial import unittest

class Foo(unittest.TestCase):

    def testFoo(self):
        pass