| Index: gm/rebaseline_server/results_test.py
|
| diff --git a/gm/rebaseline_server/results_test.py b/gm/rebaseline_server/results_test.py
|
| index e5f969c5ea74818192a095d2d685d871dd1922c6..8263f58920afdf3c5d81f984b89b063bed4062a2 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(
|
|
|