Skip to content

Commit

Permalink
Call super's setUp it test_source.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Jul 30, 2018
1 parent 1e46035 commit 3d0e575
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/zope/mimetype/tests/test_source.py
Expand Up @@ -49,6 +49,9 @@ def _make_codec_terms(self, source=None):

def setUp(self):
from zope.configuration import xmlconfig

super(TestCodecTerms, self).setUp()

xmlconfig.string("""
<configure
xmlns="http://namespaces.zope.org/zope"
Expand Down

0 comments on commit 3d0e575

Please sign in to comment.