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

Unified Diff: expect_tests/type_definitions.py

Issue 709853003: New expect_tests UI (Closed) Base URL: https://chromium.googlesource.com/infra/testing/expect_tests@shebang
Patch Set: Filtering on the CLI works. Created 6 years, 1 month 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
« expect_tests/test/pipeline_test.py ('K') | « expect_tests/test/pipeline_test.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: expect_tests/type_definitions.py
diff --git a/expect_tests/type_definitions.py b/expect_tests/type_definitions.py
index d56d96b52d05c113e633de70f1f63a8a658db10f..bc4bdd5dbb53bf12c8671a5c1b0eecc6dfba4349 100644
--- a/expect_tests/type_definitions.py
+++ b/expect_tests/type_definitions.py
@@ -7,7 +7,6 @@ import copy
import inspect
import os
import re
-import sys
from collections import namedtuple
@@ -22,6 +21,7 @@ NoMatchingTestsError = namedtuple('NoMatchingTestsError', '')
Result = namedtuple('Result', 'data')
MultiResult = namedtuple('MultiResult', 'results')
+
class ResultStageAbort(Exception):
pass
« expect_tests/test/pipeline_test.py ('K') | « expect_tests/test/pipeline_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698