Skip to content

Commit 4aa041c

Browse files
committedJul 31, 2016
Really fix tests
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
1 parent 56044ad commit 4aa041c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎tests/test_rst_compiler.py

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ def setUp(self):
6868
conf['EXTRA_PLUGINS_DIRS'] = self.extra_plugins_dirs
6969
self.site = Nikola(**conf)
7070
self.site.init_plugins()
71+
self.site.scan_posts()
7172
self.compiler = self.site.compilers['rest']
7273
return super(ReSTExtensionTestCase, self).setUp()
7374

0 commit comments

Comments
 (0)
Please sign in to comment.