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

Issue 15704004: [telemetry] Rename "test" folder to "unittest". (Closed)

Created:
7 years, 6 months ago by dtu
Modified:
7 years, 6 months ago
Reviewers:
nduca, tonyg
CC:
chromium-reviews, chrome-speed-team+watch_google.com, Aaron Boodman, chromium-apps-reviews_chromium.org, telemetry+watch_chromium.org
Visibility:
Public.

Description

[telemetry] Rename "test" folder to "unittest". The name "test" is going to be used as the base class for benchmarks. And "unittest" is more accurate for what's in the folder. Just a simple search/replace. Hopefully nothing broke. BUG=237412 TEST=None. R=nduca@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=203805

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -634 lines) Patch
M tools/telemetry/run_tests View 1 chunk +2 lines, -2 lines 0 comments Download
M tools/telemetry/telemetry/core/browser_credentials.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/core/browser_unittest.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/core/chrome/android_browser_finder_unittest.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/core/chrome/browser_backend.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/core/chrome/cros_browser_backend.py View 1 chunk +3 lines, -3 lines 0 comments Download
M tools/telemetry/telemetry/core/chrome/cros_interface_unittest.py View 1 chunk +2 lines, -2 lines 0 comments Download
M tools/telemetry/telemetry/core/chrome/desktop_browser_finder_unittest.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/core/chrome/form_based_credentials_backend_unittest_base.py View 1 chunk +2 lines, -2 lines 0 comments Download
M tools/telemetry/telemetry/core/chrome/inspector_console_unittest.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/core/chrome/inspector_memory_unittest.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/core/chrome/inspector_page_unittest.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/core/chrome/inspector_runtime_unittest.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/core/chrome/inspector_timeline_unittest.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/core/chrome/tracing_backend_unittest.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/core/extension_unittest.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/core/tab_unittest.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/core/temporary_http_server_unittest.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/core/user_agent_unittest.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/page/actions/click_element_unittest.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/page/actions/scroll_unittest.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/page/actions/wait_unittest.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/page/page_measurement_unittest.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/page/page_measurement_unittest_base.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/page/page_runner_unittest.py View 1 chunk +1 line, -1 line 0 comments Download
D tools/telemetry/telemetry/test/__init__.py View 1 chunk +0 lines, -3 lines 0 comments Download
D tools/telemetry/telemetry/test/gtest_testrunner.py View 1 chunk +0 lines, -51 lines 0 comments Download
D tools/telemetry/telemetry/test/options_for_unittests.py View 1 chunk +0 lines, -33 lines 0 comments Download
D tools/telemetry/telemetry/test/run_tests.py View 1 chunk +0 lines, -136 lines 0 comments Download
D tools/telemetry/telemetry/test/simple_mock.py View 1 chunk +0 lines, -98 lines 0 comments Download
D tools/telemetry/telemetry/test/simple_mock_unittest.py View 1 chunk +0 lines, -84 lines 0 comments Download
D tools/telemetry/telemetry/test/system_stub.py View 1 chunk +0 lines, -157 lines 0 comments Download
D tools/telemetry/telemetry/test/tab_test_case.py View 1 chunk +0 lines, -43 lines 0 comments Download
A + tools/telemetry/telemetry/unittest/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/telemetry/telemetry/unittest/gtest_testrunner.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/telemetry/telemetry/unittest/options_for_unittests.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/telemetry/telemetry/unittest/run_tests.py View 1 chunk +2 lines, -2 lines 0 comments Download
A + tools/telemetry/telemetry/unittest/simple_mock.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/telemetry/telemetry/unittest/simple_mock_unittest.py View 1 chunk +1 line, -1 line 0 comments Download
A + tools/telemetry/telemetry/unittest/system_stub.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/telemetry/telemetry/unittest/tab_test_case.py View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
dtu
7 years, 6 months ago (2013-06-04 00:34:43 UTC) #1
nduca
lgtm
7 years, 6 months ago (2013-06-04 00:37:19 UTC) #2
dtu
7 years, 6 months ago (2013-06-04 01:02:15 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r203805 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698