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

Unified Diff: tools/cov.py

Issue 2322963004: Clean up formatting, rework run wrapper script to not use globals. (Closed)
Patch Set: update w/ review feedback, lint Created 4 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 | « setup.py ('k') | typ/fakes/test_result_server_fake.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/cov.py
diff --git a/tools/cov.py b/tools/cov.py
index 5313c15a856c3134d2dd8d162f2fd8ab3baf7ee2..ff9772857285a9ec59c4d264321b84e8158b44ae 100755
--- a/tools/cov.py
+++ b/tools/cov.py
@@ -61,7 +61,7 @@ def add_arguments(parser):
truly cannot cover it.
'no win32': Code that only executes when not on Windows.
'python2': Code that only executes under Python2.
- 'python3': Code that only executees under Python3.
+ 'python3': Code that only executes under Python3.
'untested': Code that does not yet have tests.
'win32': Code that only executes on Windows.
« no previous file with comments | « setup.py ('k') | typ/fakes/test_result_server_fake.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698