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

Unified Diff: reviewbot/PRESUBMIT.py

Issue 20517002: Python class for accessing Rietveld reviews. (Closed) Base URL: https://src.chromium.org/chrome/trunk/tools/
Patch Set: 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 | « no previous file | reviewbot/patching.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: reviewbot/PRESUBMIT.py
===================================================================
--- reviewbot/PRESUBMIT.py (revision 215574)
+++ reviewbot/PRESUBMIT.py (working copy)
@@ -39,6 +39,12 @@
finally:
sys.path = sys_path_backup
+ output.extend(input_api.canned_checks.RunUnitTestsInDirectory(
+ input_api,
+ output_api,
+ '.',
+ whitelist=[r'.*_test\.py$']))
+
return output
« no previous file with comments | « no previous file | reviewbot/patching.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698