aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/rebaseline_server/results_test.py
diff options
context:
space:
mode:
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(