Skip to content

Commit f1f0fc8

Browse files
authored
Merge pull request #239 from boegel/teardown
add missing super call for tearDown in tests
2 parents f6c8749 + 060b341 commit f1f0fc8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/generaloption.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ def setUp(self):
126126

127127
def tearDown(self):
128128
"""Clean up after running test."""
129+
super(GeneralOptionTest, self).tearDown()
129130
os.environ = self.orig_environ
130131

131132
def test_help_short(self):

0 commit comments

Comments
 (0)