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

Unified Diff: chrome/test/pyautolib/pyauto_errors.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. 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 | « chrome/test/pyautolib/pyauto.py ('k') | chrome/test/pyautolib/pyauto_paths.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/pyautolib/pyauto_errors.py
===================================================================
--- chrome/test/pyautolib/pyauto_errors.py (revision 261231)
+++ chrome/test/pyautolib/pyauto_errors.py (working copy)
@@ -1,35 +0,0 @@
-# Copyright (c) 2012 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.
-
-"""PyAuto Errors."""
-
-class JavascriptRuntimeError(RuntimeError):
- """Represent an error raised by injected Javascript."""
- pass
-
-
-class JSONInterfaceError(RuntimeError):
- """Represent an error in the JSON IPC interface."""
- pass
-
-
-class AutomationCommandFail(JSONInterfaceError):
- """Represent an automation command failure.
-
- These failures are passed back from the Chrome side of the IPC.
- """
- pass
-
-
-class AutomationCommandTimeout(JSONInterfaceError):
- """Represent an automation command failure due to timeout."""
- pass
-
-
-class NTPThumbnailNotShownError(RuntimeError):
- """Represent an error while attempting to manipulate a NTP thumbnail.
-
- This is due to it not being visible to a real user.
- """
- pass
« no previous file with comments | « chrome/test/pyautolib/pyauto.py ('k') | chrome/test/pyautolib/pyauto_paths.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698