Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilipp committed Jul 26, 2017
1 parent 1107cfb commit 2fe2768
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/test_sphinx_nbexamples.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,8 @@ def test_given_thumb(self):
class TestLinkGalleries(BaseTest):

def tearDown(self):
pass
# shutil.rmtree(self.src_dir2)
# super(TestLinkGalleries, self).tearDown()
shutil.rmtree(self.src_dir2)
super(TestLinkGalleries, self).tearDown()

def test_linkgalleries(self):
"""Test the directive"""
Expand Down

0 comments on commit 2fe2768

Please sign in to comment.