summaryrefslogtreecommitdiff
path: root/tests/__init__.py
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2015-03-23 16:25:31 -0400
committerCole Robinson <crobinso@redhat.com>2015-03-23 16:25:31 -0400
commit0273ee2facd32ccb2f3c3523549501ed66d3794d (patch)
tree919686e9f7217c3c6011027efe52b788520add1c /tests/__init__.py
parent8220e4c60f8b4345c6a22c2f877942703092fd1f (diff)
downloadvirt-manager-0273ee2facd32ccb2f3c3523549501ed66d3794d.tar.gz
tests: Move some test suite hacks into the code, increase coverage
Diffstat (limited to 'tests/__init__.py')
-rw-r--r--tests/__init__.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/__init__.py b/tests/__init__.py
index ed5cf581..45aaf214 100644
--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -30,14 +30,6 @@ reload(cliconfig)
from tests import utils
-# pylint: disable=protected-access
-# Access to protected member, needed to unittest stuff
-
-# Force certain helpers to return consistent values
-import virtinst
-virtinst.util.is_blktap_capable = lambda ignore: False
-virtinst.util.default_bridge = lambda ignore1: "eth0"
-
# Setup logging
rootLogger = logging.getLogger()
for handler in rootLogger.handlers: