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

Unified Diff: build/android/pylib/constants/__init__.py

Issue 1353673004: Add some unit tests for pylib.utils.proguard (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Split into separate tests Created 5 years, 3 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 | « no previous file | build/android/pylib/utils/proguard.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/constants/__init__.py
diff --git a/build/android/pylib/constants/__init__.py b/build/android/pylib/constants/__init__.py
index 70020cf4683ef985101bfa13b478316ad7fd50f1..4d33e4f0859948ed1e4064e74ac7a1a5c2b4d4f9 100644
--- a/build/android/pylib/constants/__init__.py
+++ b/build/android/pylib/constants/__init__.py
@@ -189,9 +189,10 @@ PYTHON_UNIT_TEST_SUITES = {
'path': os.path.join(DIR_SOURCE_ROOT, 'build', 'android'),
'test_modules': [
'devil.android.device_utils_test',
+ 'devil.android.md5sum_test',
'devil.utils.cmd_helper_test',
- 'devil.utils.md5sum_test',
'pylib.results.json_results_test',
+ 'pylib.utils.proguard_test',
]
},
'gyp_py_unittests': {
« no previous file with comments | « no previous file | build/android/pylib/utils/proguard.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698