Files
python-cloudkittyclient/cloudkittyclient/tests/test_fake.py
François Magimel 40dfddecbe Initial work for the CloudKitty client
Change-Id: Icfcd82c156c433911230fbc98865ba7b662024ee
2014-08-20 23:34:37 +02:00

7 lines
92 B
Python

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