Skip to content

Commit

Permalink
Fixed misplaced unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
jlstevens committed Aug 18, 2017
1 parent b247ab3 commit 44c6988
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/testnotebooks.py
Expand Up @@ -78,7 +78,10 @@ def test_opts_image_cell_magic_offset(self):
source = apply_preprocessors([OptsMagicProcessor()], nbname)
self.assertEqual(source.strip().endswith(expected), False)

def test_opts_image_line_magic_svg(self):

class TestOutputPreprocessor(ComparisonTestCase):

def test_output_image_line_magic_svg(self):
nbname = 'test_output_svg_line_magic.ipynb'
if sys.version_info.major == 2:
expected = """hv.util.output(u" fig='svg'")"""
Expand Down

0 comments on commit 44c6988

Please sign in to comment.