Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Really fix tests
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Jul 31, 2016
1 parent 56044ad commit 4aa041c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_rst_compiler.py
Expand Up @@ -68,6 +68,7 @@ def setUp(self):
conf['EXTRA_PLUGINS_DIRS'] = self.extra_plugins_dirs
self.site = Nikola(**conf)
self.site.init_plugins()
self.site.scan_posts()
self.compiler = self.site.compilers['rest']
return super(ReSTExtensionTestCase, self).setUp()

Expand Down

0 comments on commit 4aa041c

Please sign in to comment.