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

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

Issue 1874603002: [Android] Remove host-driven test framework. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update chrome/android/java_sources.gni Created 4 years, 8 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/test_runner.pydeps ('k') | chrome/android/host_driven_tests/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
deleted file mode 100644
index e2c541aecb2e317f8f7cd8288906745add92c7b6..0000000000000000000000000000000000000000
--- a/chrome/android/host_driven_tests/DummyTest.py
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright (c) 2013 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-"""Host-driven java_tests which exercise dummy functionality.
-
-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
-
-
-class DummyTest(test_case.HostDrivenTestCase):
- """Dummy host-driven test for testing the framework itself."""
-
- @tests_annotations.Smoke
- def testPass(self):
- return self._RunJavaTestFilters(['DummyTest.testPass'])
« no previous file with comments | « build/android/test_runner.pydeps ('k') | chrome/android/host_driven_tests/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698