Skip to content

Commit

Permalink
Removed slides test case which fails because slides were removed (#2854
Browse files Browse the repository at this point in the history
…).
  • Loading branch information
felixfontein committed Jul 1, 2017
1 parent c94951d commit b5b962e
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions tests/test_rst_compiler.py
Expand Up @@ -122,17 +122,6 @@ def test_math(self):
text="\(e^{ix} = \cos x + i\sin x\)")


class SlidesTestCase(ReSTExtensionTestCase):
""" Slides test case """

sample = '.. slides:: IMG.jpg\n'

def test_slides(self):
""" Test the slides js generation and img tag creation """
self.basic_test()
self.assertHTMLContains("img", attributes={"src": "IMG.jpg"})


class SoundCloudTestCase(ReSTExtensionTestCase):
""" SoundCloud test case """

Expand Down

0 comments on commit b5b962e

Please sign in to comment.