da94b9f21e
Change-Id: I4a63e06985dafc15fcc50f325e49fe811d5a84b9
7 lines
92 B
Python
7 lines
92 B
Python
import testtools
|
|
|
|
|
|
class FakeTest(testtools.TestCase):
|
|
def test_foo(self):
|
|
pass
|