Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/test
blob: a0707e03d9a181ac0d8ceae1b8498312c8616d24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/python

import os

import common

from devbot import run
from devbot import config

common.setup()

run.run([os.path.join(common.helpers_dir, "test"),
         os.path.join(common.base_dir, "tests", "shell.py")])