aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/09_test_write_tree.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/09_test_write_tree.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/09_test_write_tree.py')
-rw-r--r--tests/09_test_write_tree.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/09_test_write_tree.py b/tests/09_test_write_tree.py
index dd81f70f..4275cac7 100644
--- a/tests/09_test_write_tree.py
+++ b/tests/09_test_write_tree.py
@@ -4,7 +4,7 @@
import os
-import testutils
+import tests.testutils as testutils
import gbp.log
import gbp.git