Files
cloudkitty-dashboard/cloudkittydashboard/tests/test_fake.py
François Magimel 5f47bf4fa8 Init the repo with common files
Change-Id: I5229e6714b99d89ac15126378344b94494ed6c56
2014-08-24 10:15:05 +02:00

7 lines
92 B
Python

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