Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(131)

Unified Diff: gm/rebaseline_server/results_test.py

Issue 125253002: create gm/rebaseline_server/test_all.py (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fix line length Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gm/rebaseline_server/imagediffdb_test.py ('k') | gm/rebaseline_server/test_all.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « gm/rebaseline_server/imagediffdb_test.py ('k') | gm/rebaseline_server/test_all.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698