Skip to content

Commit

Permalink
follow mrbob dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jpcw committed Nov 28, 2013
1 parent 4807406 commit 30cc3c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/bobplugins/jpcw/tests/test_rendering.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ class render_structureTest(unittest.TestCase):

def setUp(self):
import bobplugins.jpcw
import mrbob.plugins
mrbob.plugins.PLUGINS['render_filename'] = mrbob.plugins.load_plugin('render_filename')
self.fs_tempdir = mkdtemp()
self.fs_templates = os.path.abspath(
os.path.join(os.path.dirname(bobplugins.jpcw.__file__),
Expand Down Expand Up @@ -163,6 +165,8 @@ def test_compount_renaming(self):
class render_templateTest(unittest.TestCase):
def setUp(self):
import bobplugins.jpcw
import mrbob.plugins
mrbob.plugins.load_plugin('render_filename')
self.fs_tempdir = mkdtemp()
self.fs_templates = os.path.abspath(
os.path.join(os.path.dirname(bobplugins.jpcw.__file__),
Expand Down

0 comments on commit 30cc3c3

Please sign in to comment.