summaryrefslogtreecommitdiffstats
path: root/testsuite/Testsrc/Testlib/TestUtils.py
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2014-11-11 14:50:22 -0600
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2014-11-11 14:50:22 -0600
commit77cf4a56b3b7ff8cd466705b968abb539efa703f (patch)
tree9769d560cce0dacda0360dfc434f33774cb01f5e /testsuite/Testsrc/Testlib/TestUtils.py
parent389ce1a86b704222ddc9458cd49c281e7601b803 (diff)
parent30634d07d5489f260f37cc86d150315f02c40865 (diff)
downloadbcfg2-77cf4a56b3b7ff8cd466705b968abb539efa703f.tar.gz
bcfg2-77cf4a56b3b7ff8cd466705b968abb539efa703f.tar.bz2
bcfg2-77cf4a56b3b7ff8cd466705b968abb539efa703f.zip
Merge pull request #211 from stpierre/options-unit-tests
Options unit tests
Diffstat (limited to 'testsuite/Testsrc/Testlib/TestUtils.py')
-rw-r--r--testsuite/Testsrc/Testlib/TestUtils.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/testsuite/Testsrc/Testlib/TestUtils.py b/testsuite/Testsrc/Testlib/TestUtils.py
index 349d6cd40..4bed67248 100644
--- a/testsuite/Testsrc/Testlib/TestUtils.py
+++ b/testsuite/Testsrc/Testlib/TestUtils.py
@@ -1,9 +1,5 @@
import os
import sys
-import copy
-import lxml.etree
-import subprocess
-from mock import Mock, MagicMock, patch
from Bcfg2.Utils import *
# add all parent testsuite directories to sys.path to allow (most)