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

Issue 3403006: Base test class for chrome tests (Closed)

Created:
10 years, 3 months ago by zel
Modified:
9 years, 6 months ago
Reviewers:
petkov, kmixter1, asharif1
CC:
chromium-os-reviews_chromium.org, sosa+cc_chromium.org, seano+cc_chromium.org, ericli, petkov+cc_chromium.org
Visibility:
Public.

Description

Base test class for chrome tests Simplifies wrapping of existing chrome tests for autotest environment. Change-Id: Ifd7fb3aae48fc080ea3f67e13aaff3a7f9d5ffda BUG=none TEST=none

Patch Set 1 #

Patch Set 2 : updates #

Patch Set 3 : updates #

Total comments: 5

Patch Set 4 : updates #

Patch Set 5 : updates #

Patch Set 6 : updates #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -0 lines) Patch
A client/bin/site_chrome_test.py View 4 5 1 chunk +48 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
zel
10 years, 3 months ago (2010-09-15 18:56:27 UTC) #1
zel
10 years, 3 months ago (2010-09-15 19:00:09 UTC) #2
asharif1
On 2010/09/15 19:00:09, zel wrote: > This is *almost* what I need for my test. ...
10 years, 3 months ago (2010-09-15 20:37:05 UTC) #3
asharif1
On 2010/09/15 20:37:05, asharif1 wrote: > On 2010/09/15 19:00:09, zel wrote: > > > > ...
10 years, 3 months ago (2010-09-15 20:48:42 UTC) #4
zel
I have improved temp dir handling there and would like to get this checked so ...
10 years, 3 months ago (2010-09-15 22:05:57 UTC) #5
asharif1
On 2010/09/15 22:05:57, zel wrote: > I have improved temp dir handling there and would ...
10 years, 3 months ago (2010-09-15 22:18:08 UTC) #6
kmixter1
LGTM with some comments... http://codereview.chromium.org/3403006/diff/7001/8001 File client/common_lib/chrome_test_base.py (right): http://codereview.chromium.org/3403006/diff/7001/8001#newcode1 client/common_lib/chrome_test_base.py:1: # Copyright (c) 2010 The ...
10 years, 3 months ago (2010-09-15 22:29:16 UTC) #7
zel
10 years, 3 months ago (2010-09-15 22:57:55 UTC) #8
http://codereview.chromium.org/3403006/diff/7001/8001
File client/common_lib/chrome_test_base.py (right):

http://codereview.chromium.org/3403006/diff/7001/8001#newcode1
client/common_lib/chrome_test_base.py:1: # Copyright (c) 2010 The Chromium OS
Authors. All rights reserved.
On 2010/09/15 22:29:16, kmixter1 wrote:
> I think the convention is to call these site_*_test.py.  See
> site_{ui,crash}_test.py in bin directory.

Done.

http://codereview.chromium.org/3403006/diff/7001/8001#newcode9
client/common_lib/chrome_test_base.py:9: class chrome_test_base(test.test):
On 2010/09/15 22:29:16, kmixter1 wrote:
> Classes should be camel case

Done.

Powered by Google App Engine
This is Rietveld 408576698