cue-dashboard/cuedashboard/tests/test_fake.py

10 lines
232 B
Python

import testtools
import cuedashboard.messagebroker.tables as tables
class FakeTest(testtools.TestCase):
def test_foo(self):
createCluster = tables.CreateCluster()
self.assertTrue(createCluster.name, "create")