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

Unified Diff: appengine/chromium_cq_status/stats/test/stats_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
« no previous file with comments | « appengine/chromium_cq_status/shared/utils.py ('k') | appengine/chromium_cq_status/templates/index.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/chromium_cq_status/stats/test/stats_test.py
diff --git a/appengine/chromium_cq_status/stats/test/stats_test.py b/appengine/chromium_cq_status/stats/test/stats_test.py
index 0d2aa786f6c72470e9bf0ee1afef9d007af7f6cb..2ce5edd380ea61a4dd2e25a2c853da34e6daf9fc 100644
--- a/appengine/chromium_cq_status/stats/test/stats_test.py
+++ b/appengine/chromium_cq_status/stats/test/stats_test.py
@@ -11,8 +11,8 @@ from model.record import Record
from model.cq_stats import CountStats, CQStats, ListStats
from shared.config import STATS_START_TIMESTAMP
from shared.config import TRYJOBVERIFIER
-from shared.utils import minutes_per_day
from handlers import update_stats
+from handlers.stats_viewer import minutes_per_day
stats_start = datetime.utcfromtimestamp(STATS_START_TIMESTAMP)
test_analysis_end = stats_start + timedelta(days=1)
« no previous file with comments | « appengine/chromium_cq_status/shared/utils.py ('k') | appengine/chromium_cq_status/templates/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698