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

Unified Diff: dashboard/dashboard/pinpoint/handlers/gitiles_test.py

Issue 3013683002: [pinpoint] Add a mapping from repository URLs to repository names. (Closed)
Patch Set: /api/gitiles Created 3 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
Index: dashboard/dashboard/pinpoint/handlers/gitiles_test.py
diff --git a/dashboard/dashboard/pinpoint/handlers/gitiles_test.py b/dashboard/dashboard/pinpoint/handlers/gitiles_test.py
index d330ac6b61e635728024f608b823d665bf59e15d..c8070f2e776e4368dd54cad5721ea3f78f57be81 100644
--- a/dashboard/dashboard/pinpoint/handlers/gitiles_test.py
+++ b/dashboard/dashboard/pinpoint/handlers/gitiles_test.py
@@ -4,7 +4,6 @@
import json
import mock
-import unittest
import webapp2
import webtest
@@ -114,7 +113,3 @@ class GitilesTest(testing_common.TestCase):
response = self.testapp.post('/api/gitiles', params)
result = json.loads(response.body)
self.assertEqual({'foo': 'bar'}, result)
-
-
-if __name__ == '__main__':
- unittest.main()

Powered by Google App Engine
This is Rietveld 408576698