app-catalog-ui/app_catalog/tests.py

8 lines
173 B
Python

from horizon.test import helpers as test
class FivecircleTests(test.TestCase):
# Unit tests for AppCatalog.
def test_me(self):
self.assertTrue(1 + 1 == 2)