From 59402f62fe9e46ed7b0e29d9cf6a56177a57a73d Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Sun, 25 Jan 2015 14:37:59 +0100 Subject: testutils: Move log test helpers to separate class so we can use them in the unit tests as well --- tests/testutils/__init__.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/testutils/__init__.py') 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""" -- cgit v1.2.3