aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/11_test_dch_main.py
diff options
context:
space:
mode:
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>2012-11-06 19:01:01 +0200
committerGuido Günther <agx@sigxcpu.org>2012-11-23 17:30:31 +0100
commit0a9bf99e2daddcdae4e5c14c938bafe23fe888f5 (patch)
tree1a82a5249af3c025bee3dff4ee80fd5fdc429840 /tests/11_test_dch_main.py
parent4ed1b43248e7e55656aa592343393a494c7d6f72 (diff)
tests: make tests a Python module
Makes it possible to reuse code between various tests. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Diffstat (limited to 'tests/11_test_dch_main.py')
-rw-r--r--tests/11_test_dch_main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/11_test_dch_main.py b/tests/11_test_dch_main.py
index 7c8fee2a..f45857e1 100644
--- a/tests/11_test_dch_main.py
+++ b/tests/11_test_dch_main.py
@@ -4,7 +4,7 @@
import unittest
-from testutils import DebianGitTestRepo
+from tests.testutils import DebianGitTestRepo
from gbp.scripts import dch