aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/rebaseline_server/results_test.py
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-01-06 18:33:19 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-01-06 18:33:19 +0000
commit2a78e82f5eb82c3832231e36957110044b0783b3 (patch)
tree6cbf708dfc3c6c7fc0df2229317b96093e14c3da /gm/rebaseline_server/results_test.py
parent91e3ffded5a2e7fd2ca902eea6dc75d48b97e28e (diff)
create gm/rebaseline_server/test_all.py
Uses proper Python unittest framework to launch all unittests within the directory. NOTRY=True R=rmistry@google.com Author: epoger@google.com Review URL: https://codereview.chromium.org/125253002 git-svn-id: http://skia.googlecode.com/svn/trunk@12915 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gm/rebaseline_server/results_test.py')
-rwxr-xr-xgm/rebaseline_server/results_test.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/gm/rebaseline_server/results_test.py b/gm/rebaseline_server/results_test.py
index e5f969c5ea..8263f58920 100755
--- a/gm/rebaseline_server/results_test.py
+++ b/gm/rebaseline_server/results_test.py
@@ -8,10 +8,6 @@ found in the LICENSE file.
Test results.py
-TODO(epoger): Launch this (and other unittests within this dir) automatically
-on the housekeeper bot, but first make sure it works properly after having been
-checked out (from both git and svn)
-
TODO(epoger): Create a command to update the expected results (in
OUTPUT_DIR_EXPECTED) when appropriate. For now, you should:
1. examine the results in OUTPUT_DIR_ACTUAL and make sure they are ok
@@ -67,6 +63,10 @@ class ResultsTest(unittest.TestCase):
('found differing files between actual dir %s and expected dir %s: %s' %
(self._output_dir_actual, self._output_dir_expected, different_files))
+ def shortDescription(self):
+ """Tell unittest framework to not print docstrings for test cases."""
+ return None
+
def test_gm(self):
"""Process results of a GM run with the Results object."""
results_obj = results.Results(