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

Unified Diff: chrome/android/host_driven_tests/DummyTest.py

Issue 23726004: Add test_server_setup.py and add support for additional flags. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Additional typo fix 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
Index: chrome/android/host_driven_tests/DummyTest.py
diff --git a/chrome/android/host_driven_tests/DummyTest.py b/chrome/android/host_driven_tests/DummyTest.py
index 0ef28d8a15714aa91ad1e6f50d5637b09a0da9bb..c674a483d04036265f508f6288fccb88078830ad 100644
--- a/chrome/android/host_driven_tests/DummyTest.py
+++ b/chrome/android/host_driven_tests/DummyTest.py
@@ -2,7 +2,11 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import os
+"""Python-driven java_tests which exercise dummy functionality.
frankf 2013/08/30 18:22:43 same here, "host-driven"
nyquist 2013/08/30 21:50:59 Done.
+
+This test class is only here to ensure that the test framework for host driven
+tests work.
+"""
from pylib.host_driven import test_case
from pylib.host_driven import tests_annotations

Powered by Google App Engine
This is Rietveld 408576698