summaryrefslogtreecommitdiff
path: root/tests/testutils/__init__.py
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2015-01-25 14:37:59 +0100
committerGuido Günther <agx@sigxcpu.org>2015-01-25 15:10:47 +0100
commit59402f62fe9e46ed7b0e29d9cf6a56177a57a73d (patch)
treec4ffed30d7c0409b061544802854d611ef51e1f2 /tests/testutils/__init__.py
parent0104bae2b38fa14dd82feae22927f141dbcc0a17 (diff)
testutils: Move log test helpers to separate class
so we can use them in the unit tests as well
Diffstat (limited to 'tests/testutils/__init__.py')
-rw-r--r--tests/testutils/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/testutils/__init__.py b/tests/testutils/__init__.py
index 2d389a5..2a13218 100644
--- a/tests/testutils/__init__.py
+++ b/tests/testutils/__init__.py
@@ -13,6 +13,8 @@ import gbp.deb.git
import gbp.errors
from gbp.deb.changelog import ChangeLog
+from gbplogtester import GbpLogTester
+
class DebianGitTestRepo(unittest.TestCase):
"""Scratch repo for a single unit test"""