Skip to content

Commit

Permalink
Don't disable logging in tests, we need to test it
Browse files Browse the repository at this point in the history
  • Loading branch information
bcb committed Aug 5, 2016
1 parent 208c577 commit c836730
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/unit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
"""__init__.py"""
import logging
logging.disable(logging.CRITICAL)

0 comments on commit c836730

Please sign in to comment.