tuskar-ui-extras/test/settings.py
Radomir Dopieralski bea0470a0b Basic view tests for tuskar_boxes
Just checking that the pages actually display and use the right templates

Change-Id: Ibb5f55c25510921e49485961f71fb22e7f8f8bc1
2015-01-05 11:01:30 +01:00

8 lines
254 B
Python

from openstack_dashboard.utils import settings
import test.enabled
from tuskar_ui.test.settings import * # noqa
INSTALLED_APPS = list(INSTALLED_APPS) # Make sure it's mutable
settings.update_dashboards([test.enabled], HORIZON_CONFIG, INSTALLED_APPS)