We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab62517 commit 6970bf2Copy full SHA for 6970bf2
1 file changed
tests/functional/e2e/testcases/parser.py
@@ -5,9 +5,12 @@
5
_REPO_ROOT = Path(__file__).parent.parent.parent.parent.parent
6
TESTCASES_DIR = _REPO_ROOT / "athena-protobufs" / "testcases"
7
8
+<<<<<<< HEAD
9
EXCLUDED_FILENAMES: list[str] = []
10
11
12
+=======
13
+>>>>>>> 83959ac (refactor: clean up EXCLUDED_FILENAMES constant by removing obsolete comment)
14
class AthenaTestCase:
15
def __init__(
16
self,
@@ -37,5 +40,4 @@ def load_test_cases(dirname: str = "benign_model") -> list[AthenaTestCase]:
37
40
test_cases["classification_labels"],
38
41
)
39
42
for item in test_cases["images"]
- if item[0] not in EXCLUDED_FILENAMES
43
]
0 commit comments