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

import os

import common

from devbot import run

common.setup()
run.run([os.path.join(common.helpers_dir, "test")])