~testdoc-dev/testdoc/trunk.git

1
2
3
4
5
6
7
# Copyright (c) 2007-2010 testdoc authors. See LICENSE for details.

import unittest

class SomeTest(unittest.TestCase):
    pass