Initial import to Tizen
[profile/ivi/python-twisted.git] / twisted / trial / test / moduleself.py
1 # -*- test-case-name: twisted.trial.test.moduleself -*-
2 from twisted.trial import unittest
3
4 class Foo(unittest.TestCase):
5
6     def testFoo(self):
7         pass