From c3f2927c630e19a408805e294e383d48cce45250 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Wed, 28 Nov 2012 12:17:21 +0000 Subject: Use sr-run-test --- (limited to 'commands/common.py') 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) -- cgit v0.9.1