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

Unified Diff: appengine/chromium_cq_status/handlers/test/post_test.py

Issue 2111713004: Teach CQ status app to check login status of users. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Review and tests. Created 4 years, 6 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: appengine/chromium_cq_status/handlers/test/post_test.py
diff --git a/appengine/chromium_cq_status/handlers/test/post_test.py b/appengine/chromium_cq_status/handlers/test/post_test.py
index 05d54aea0d964a3f78842a5496f737c2a8d8274c..ffcc861cd0991580afc88069527f50c9514df8b7 100644
--- a/appengine/chromium_cq_status/handlers/test/post_test.py
+++ b/appengine/chromium_cq_status/handlers/test/post_test.py
@@ -6,14 +6,14 @@ import json
from third_party.testing_utils import testing
-import main
+from webtest.app import AppError
+import main
from model.password import Password
from model.record import Record
from shared.config import CQ_BOT_PASSWORD_KEY
from shared import utils
-from webtest.app import AppError
class TestPost(testing.AppengineTestCase):
app_module = main.app
« no previous file with comments | « appengine/chromium_cq_status/handlers/stats_viewer.py ('k') | appengine/chromium_cq_status/handlers/test/stats_query_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698