Refactored again

This commit is contained in:
Takeshi KOMIYA
2017-04-20 20:43:46 +09:00
parent faefe2b5a5
commit ca7bb5140e
2 changed files with 46 additions and 51 deletions

View File

@@ -33,7 +33,6 @@ def test_theme_api(app, status, warning):
# test Theme instance API
theme = app.builder.theme
assert theme.name == 'ziptheme'
assert theme.themedir_created
themedir = theme.themedir
assert theme.base.name == 'basic'
assert len(theme.get_dirchain()) == 2