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

Unified Diff: tools/android/loading/trace_test/webserver_unittest.py

Issue 1708143002: tools/android/loading Fix import issues in webserver unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@moreOrphans
Patch Set: Created 4 years, 10 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/android/loading/trace_test/webserver_unittest.py
diff --git a/tools/android/loading/trace_test/webserver_unittest.py b/tools/android/loading/trace_test/webserver_unittest.py
index 2716492e7059b99e407dbf7cd1976efaad16796d..35fcb4d4df91edb55a2da20ed0fcf9ecba484c48 100644
--- a/tools/android/loading/trace_test/webserver_unittest.py
+++ b/tools/android/loading/trace_test/webserver_unittest.py
@@ -8,7 +8,7 @@ import sys
import unittest
_SRC_DIR = os.path.abspath(os.path.join(
- os.path.dirname(__file__), '..', '..', '..'))
+ os.path.dirname(__file__), '..', '..', '..', '..'))
sys.path.append(os.path.join(_SRC_DIR, 'tools', 'android', 'loading'))
import options
@@ -48,3 +48,7 @@ class TracingTrackTestCase(unittest.TestCase):
sock.close()
self.assertTrue(server.Stop())
+
+
+if __name__ == '__main__':
+ unittest.main()
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698