Skip to content

Commit

Permalink
fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
isysd committed Jul 25, 2016
1 parent c199403 commit 3805b86
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/test_tapp_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ def setUp(self):
pass

def tearDown(self):
logger = setup_logging()
for handler in logger.handlers:
logger.removeHandler(handler)
for handler in logger.parent.handlers:
logger.parent.removeHandler(handler)
self.setUp()

def test_setup_default_logger(self):
Expand Down

0 comments on commit 3805b86

Please sign in to comment.