Skip to content

Commit

Permalink
Merge pull request #239 from boegel/teardown
Browse files Browse the repository at this point in the history
add missing super call for tearDown in tests
  • Loading branch information
stdweird authored Sep 12, 2016
2 parents f6c8749 + 060b341 commit f1f0fc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/generaloption.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ def setUp(self):

def tearDown(self):
"""Clean up after running test."""
super(GeneralOptionTest, self).tearDown()
os.environ = self.orig_environ

def test_help_short(self):
Expand Down

0 comments on commit f1f0fc8

Please sign in to comment.