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

Unified Diff: build/android/pylib/host_driven/tests_annotations.py

Issue 19537004: [Android] Converts host driven tests to common test_dispatcher (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sharding_refactoring
Patch Set: Converts --official-build into a boolean flag Created 7 years, 4 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 | « build/android/pylib/host_driven/test_runner.py ('k') | build/android/pylib/instrumentation/test_jar.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/host_driven/tests_annotations.py
diff --git a/build/android/pylib/host_driven/tests_annotations.py b/build/android/pylib/host_driven/tests_annotations.py
index 8744256ac0c72dde63590e0635caa694b219a936..2654e325f1827d68512e083450284d1ac5b15ae5 100644
--- a/build/android/pylib/host_driven/tests_annotations.py
+++ b/build/android/pylib/host_driven/tests_annotations.py
@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-"""Annotations for python-driven tests."""
+"""Annotations for host-driven tests."""
import os
@@ -13,7 +13,7 @@ class AnnotatedFunctions(object):
@staticmethod
def _AddFunction(annotation, function):
- """Adds an annotated to function to our container.
+ """Adds an annotated function to our container.
Args:
annotation: the annotation string.
@@ -56,7 +56,7 @@ class AnnotatedFunctions(object):
if qualified_function_name in tests]
-# The following functions are annotations used for the python driven tests.
+# The following functions are annotations used for the host-driven tests.
def Smoke(function):
return AnnotatedFunctions._AddFunction('Smoke', function)
« no previous file with comments | « build/android/pylib/host_driven/test_runner.py ('k') | build/android/pylib/instrumentation/test_jar.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698