Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/common.py
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-28 12:17:21 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-28 12:17:21 (GMT)
commitc3f2927c630e19a408805e294e383d48cce45250 (patch)
tree1507be2c7d719bfe4ed84388a6cf23b11621ddbe /commands/common.py
parent8813f6d44eac5be4fb414dd3d6e50cc49f3e7aaa (diff)
Use sr-run-test
Diffstat (limited to 'commands/common.py')
-rw-r--r--commands/common.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/common.py b/commands/common.py
index 9a8ef41..37c295a 100644
--- a/commands/common.py
+++ b/commands/common.py
@@ -3,6 +3,7 @@ import sys
base_dir = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
helpers_dir = os.path.join(base_dir, "commands", "helpers")
+tests_dir = os.path.join(base_dir, "tests")
sys.path.append(base_dir)