Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix tests
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Jul 31, 2016
1 parent 5bcb457 commit 56044ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions tests/base.py
Expand Up @@ -140,6 +140,7 @@ def __init__(self, title, slug):
self._title = title
self._slug = slug
self._meta = {'slug': slug}
self.default_lang = 'en'

def title(self):
return self._title
Expand Down Expand Up @@ -196,6 +197,7 @@ def __init__(self):
]
self.debug = True
self.rst_transforms = []
self.post_per_input_file = {}
# This is to make plugin initialization happy
self.template_system = self
self.name = 'mako'
Expand Down
2 changes: 1 addition & 1 deletion v7/projectpages/projectpages.plugin
Expand Up @@ -7,6 +7,6 @@ MinVersion = 7.1.0+

[Documentation]
Author = Chris Warrick
Version = 0.1.9
Version = 0.1.10
Website = https://chriswarrick.com/projects/
Description = Generate project pages

0 comments on commit 56044ad

Please sign in to comment.