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

Unified Diff: appengine/chromium_cq_status/tests/resources/test_load_records.json

Issue 515093004: chromium-cq-status: StatsTest utility class for testing CQ stats (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
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 | « appengine/chromium_cq_status/model/record.py ('k') | appengine/chromium_cq_status/tests/stats_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/chromium_cq_status/tests/resources/test_load_records.json
diff --git a/appengine/chromium_cq_status/tests/resources/test_load_records.json b/appengine/chromium_cq_status/tests/resources/test_load_records.json
new file mode 100644
index 0000000000000000000000000000000000000000..a7786d1c1488765a2829aab57b21eab6edd4913f
--- /dev/null
+++ b/appengine/chromium_cq_status/tests/resources/test_load_records.json
@@ -0,0 +1,18 @@
+[
+ {
+ "key": null,
+ "timestamp": 100,
+ "tags": ["tag_a", "tag_b", "tag_c"],
+ "fields": {}
+ },
+ {
+ "key": "keyed_record",
+ "timestamp": 200,
+ "tags": [],
+ "fields": {
+ "field_a": "value_a",
+ "field_b": "value_b",
+ "field_c": "value_c"
+ }
+ }
+]
« no previous file with comments | « appengine/chromium_cq_status/model/record.py ('k') | appengine/chromium_cq_status/tests/stats_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698