[help] Add theme and module listing
Re-enable the possibility to list available themes and modules. fixes #29
This commit is contained in:
parent
71cc0c216f
commit
31f9154be2
5 changed files with 45 additions and 2 deletions
|
@ -8,7 +8,7 @@ from tests.util import MockWidget
|
|||
class TestTheme(unittest.TestCase):
|
||||
def setUp(self):
|
||||
self.nonexistentThemeName = "no-such-theme"
|
||||
self.invalidThemeName = "invalid"
|
||||
self.invalidThemeName = "test_invalid"
|
||||
self.validThemeName = "test"
|
||||
self.themedWidget = MockWidget("bla")
|
||||
self.theme = Theme(self.validThemeName)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue