cloudkitty/tests/test_fake.py
Stéphane Albert da94b9f21e Pushing initial work
Change-Id: I4a63e06985dafc15fcc50f325e49fe811d5a84b9
2014-05-30 19:37:53 +02:00

7 lines
92 B
Python

import testtools
class FakeTest(testtools.TestCase):
def test_foo(self):
pass