Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'devbot/test.py')
-rw-r--r--devbot/test.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/devbot/test.py b/devbot/test.py
index fc2839b..6f57b63 100644
--- a/devbot/test.py
+++ b/devbot/test.py
@@ -6,6 +6,7 @@ from devbot import environ
from devbot import command
from devbot import xvfb
+
def test_one(module_name):
environ.setup()
@@ -15,6 +16,7 @@ def test_one(module_name):
return False
+
def test():
environ.setup()
@@ -25,6 +27,7 @@ def test():
return True
+
def _test_module(module):
result = True