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

Unified Diff: tools/findit/run_all_tests.py

Issue 465403004: [Findit] Support sending cookies for http requests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 6 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 | « tools/findit/https.py ('k') | tools/findit/utils.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/findit/run_all_tests.py
diff --git a/tools/findit/run_all_tests.py b/tools/findit/run_all_tests.py
index b38408e257b312a70353551bd995972c0c46fe94..230537a6176f670f169801d21d7de242f1137d93 100755
--- a/tools/findit/run_all_tests.py
+++ b/tools/findit/run_all_tests.py
@@ -7,6 +7,7 @@ import sys
import unittest
from chromium_deps_unittest import ChromiumDEPSTest
+from common.http_client_local_unittest import HttpClientLocalTest
if __name__ == '__main__':
« no previous file with comments | « tools/findit/https.py ('k') | tools/findit/utils.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698