summaryrefslogtreecommitdiffstats
path: root/tests/utils.py
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-01-23 02:38:36 -0500
committerMonty Taylor <mordred@inaugust.com>2013-01-24 16:29:14 +1100
commita14c212795b59c67d6e5cde052e659743eae2b9f (patch)
tree9131e4e1b760e05ba4ddf1ec3aceb49f7f6258cb /tests/utils.py
parent827547a0b3da411441bf691ddbc94867001a3311 (diff)
downloadoslo-a14c212795b59c67d6e5cde052e659743eae2b9f.tar.gz
oslo-a14c212795b59c67d6e5cde052e659743eae2b9f.tar.xz
oslo-a14c212795b59c67d6e5cde052e659743eae2b9f.zip
Fix up test_qpid to use BaseTestCase.
While we're in there, simplify its use of fixtures. Part of blueprint grizzly-testtools. Change-Id: I7ef05cc9c191aab1959a31770f905f34447e64ea
Diffstat (limited to 'tests/utils.py')
-rw-r--r--tests/utils.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/utils.py b/tests/utils.py
index 2cbcd5b..26d22b0 100644
--- a/tests/utils.py
+++ b/tests/utils.py
@@ -17,7 +17,6 @@
"""Common utilities used in testing"""
-import stubout
import subprocess
import testtools