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

Unified Diff: chrome/test/mini_installer/settings.py

Issue 20578004: Initial commit for the Automated Installer Testing Framework. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Upload with NOTRY=True. 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 | « chrome/test/mini_installer/registry_verifier.py ('k') | chrome/test/mini_installer/test_installer.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/mini_installer/settings.py
diff --git a/chrome/test/mini_installer/settings.py b/chrome/test/mini_installer/settings.py
new file mode 100644
index 0000000000000000000000000000000000000000..9c04a8b52e566a4e7350db6bb0f511a8b676e5f6
--- /dev/null
+++ b/chrome/test/mini_installer/settings.py
@@ -0,0 +1,8 @@
+# Copyright 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.
+
+PRINT_TEST_PREFIX = "Testing: "
+PRINT_COMMAND_PREFIX = " * Command: "
+PRINT_STATE_PREFIX = " * State: "
+PRINT_VERIFIER_PREFIX = " - Verify that "
« no previous file with comments | « chrome/test/mini_installer/registry_verifier.py ('k') | chrome/test/mini_installer/test_installer.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698