Skip to content

Commit

Permalink
Silenced ugly warning when testing the reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
legaultmarc committed Apr 29, 2015
1 parent dbaf7a2 commit 9adef9c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion gepyto/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def test(verbosity=1):
import unittest
from .tests import test_suite

logging.disable(logging.INFO)
logging.disable(logging.CRITICAL)

unittest.TextTestRunner(verbosity=verbosity).run(test_suite)

Expand Down
4 changes: 0 additions & 4 deletions gepyto/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@


import unittest
import logging


logging.disable(logging.CRITICAL)


test_suite = unittest.defaultTestLoader.discover(__name__)
1 change: 0 additions & 1 deletion gepyto/tests/test_reference.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@


import unittest
import logging

from ..reference import Reference, InvalidMapping

Expand Down

0 comments on commit 9adef9c

Please sign in to comment.