daisycloud-core/code/horizon/horizon/conf/panel_template/tests.py.tmpl

8 lines
191 B
Cheetah

from horizon.test import helpers as test
class {{ panel_name|title }}Tests(test.TestCase):
# Unit tests for {{ panel_name }}.
def test_me(self):
self.assertTrue(1 + 1 == 2)