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

Unified Diff: third_party/typ/typ/json_results.py

Issue 2417433002: Roll //third_party/typ to v0.9.8. (Closed)
Patch Set: Created 4 years, 2 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 | « third_party/typ/typ/fakes/test_result_server_fake.py ('k') | third_party/typ/typ/runner.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/typ/typ/json_results.py
diff --git a/third_party/typ/typ/json_results.py b/third_party/typ/typ/json_results.py
index b8500bf4d8cfd88e202c48dd3c22431aeab26d2b..62233ab619af122dbd607fb0da1211a7d93873dc 100644
--- a/third_party/typ/typ/json_results.py
+++ b/third_party/typ/typ/json_results.py
@@ -151,7 +151,7 @@ def _actual_results_for_test(test_name, results):
actuals.append('PASS')
elif r.actual == ResultType.Skip:
actuals.append('SKIP')
- if not actuals:
+ if not actuals: # pragma: untested
actuals.append('SKIP')
return ' '.join(actuals)
« no previous file with comments | « third_party/typ/typ/fakes/test_result_server_fake.py ('k') | third_party/typ/typ/runner.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698