7 lines
92 B
Python
7 lines
92 B
Python
import testtools
|
|
|
|
|
|
class FakeTest(testtools.TestCase):
|
|
def test_foo(self):
|
|
pass
|