Chromium Code Reviews

Unified Diff: chrome/test/functional/chromeos_power.py

Issue 222873002: Remove pyauto tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: sync Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « chrome/test/functional/chromeos_longterm_test.py ('k') | chrome/test/functional/chromeos_prefs.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/functional/chromeos_power.py
===================================================================
--- chrome/test/functional/chromeos_power.py (revision 261231)
+++ chrome/test/functional/chromeos_power.py (working copy)
@@ -1,23 +0,0 @@
-#!/usr/bin/env python
-# Copyright (c) 2011 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.
-
-import logging
-
-import pyauto_functional
-import pyauto
-
-
-class ChromeosPower(pyauto.PyUITest):
- """Tests for ChromeOS power library and daemon."""
-
- def testBatteryInfo(self):
- """Print some information about the battery."""
- result = self.GetBatteryInfo()
- self.assertTrue(result)
- logging.debug(result)
-
-
-if __name__ == '__main__':
- pyauto_functional.Main()
« no previous file with comments | « chrome/test/functional/chromeos_longterm_test.py ('k') | chrome/test/functional/chromeos_prefs.py » ('j') | no next file with comments »

Powered by Google App Engine