#!/usr/bin/python import os import common from devbot import run common.setup() run.run([os.path.join(common.helpers_dir, "test")])