WL-474 | theme boilerplate

This commit is contained in:
hasnain naveed
2016-07-15 09:55:44 +00:00
committed by Douglas Hall
parent a250b03b60
commit 72581a08ce
41 changed files with 3602 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ class TestHelpers(TestCase):
Theme('red-theme', 'red-theme', get_theme_base_dir('red-theme')),
Theme('edge.edx.org', 'edge.edx.org', get_theme_base_dir('edge.edx.org')),
Theme('edx.org', 'edx.org', get_theme_base_dir('edx.org')),
Theme('example', 'example', get_theme_base_dir('example')),
Theme('stanford-style', 'stanford-style', get_theme_base_dir('stanford-style')),
]
actual_themes = get_themes()