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

Issue 2190703002: Require sanity: sort kwargs expectations. NOT OPTIONAL. (Closed)

Created:
4 years, 4 months ago by tandrii(chromium)
Modified:
4 years, 4 months ago
Reviewers:
Sergiy Byelozyorov
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/infra/testing/testing_support.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 : fix api #

Patch Set 2 : bite the bullet #

Patch Set 3 : final, i hope #

Total comments: 3

Patch Set 4 : fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -20 lines) Patch
M testing_support/auto_stub.py View 1 2 3 2 chunks +10 lines, -14 lines 0 comments Download
M testing_support/tests/auto_stub_test.py View 1 2 1 chunk +7 lines, -6 lines 0 comments Download

Messages

Total messages: 12 (7 generated)
tandrii(chromium)
4 years, 4 months ago (2016-07-27 19:24:39 UTC) #1
tandrii(chromium)
PTAL Yes, I'll will fix all the stupid tests :(
4 years, 4 months ago (2016-07-27 20:05:41 UTC) #5
Sergiy Byelozyorov
lgtm https://codereview.chromium.org/2190703002/diff/100001/testing_support/auto_stub.py File testing_support/auto_stub.py (right): https://codereview.chromium.org/2190703002/diff/100001/testing_support/auto_stub.py#newcode37 testing_support/auto_stub.py:37: for k, v in sorted(kwargs.items())) iteritems? https://codereview.chromium.org/2190703002/diff/100001/testing_support/tests/auto_stub_test.py File ...
4 years, 4 months ago (2016-07-28 13:01:36 UTC) #9
tandrii(chromium)
Committed patchset #4 (id:120001) manually as 6c5c35640c9ea1dbc5e1976bc3a44b543339388f (presubmit successful).
4 years, 4 months ago (2016-07-28 13:03:36 UTC) #11
tandrii(chromium)
4 years, 4 months ago (2016-07-28 13:04:07 UTC) #12
Message was sent while issue was closed.
https://codereview.chromium.org/2190703002/diff/100001/testing_support/auto_s...
File testing_support/auto_stub.py (right):

https://codereview.chromium.org/2190703002/diff/100001/testing_support/auto_s...
testing_support/auto_stub.py:37: for k, v in sorted(kwargs.items()))
On 2016/07/28 13:01:36, Sergiy Byelozyorov wrote:
> iteritems?

Done.

Powered by Google App Engine
This is Rietveld 408576698