Skip to content

Commit 1918ac9

Browse files
refactor: move e2e testcases to athena-protobufs for shared use
- Move testcases/ to athena-protobufs submodule - Add .gitattributes for LFS tracking in protobufs - Update parser.py to load from shared location - Remove local testcases (now in submodule) - Fix stale PIL import from rebase conflict
1 parent 5e91045 commit 1918ac9

116 files changed

Lines changed: 8 additions & 1589 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitattributes

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
11
src/resolver_athena_client/generated/* linguist-generated=true
2-
tests/functional/e2e/testcases/**/*.jpg filter=lfs diff=lfs merge=lfs -text
3-
tests/functional/e2e/testcases/**/*.png filter=lfs diff=lfs merge=lfs -text

athena-protobufs

Submodule athena-protobufs updated 112 files

src/resolver_athena_client/client/athena_options.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
from dataclasses import dataclass
44

5-
from PIL.Image import Resampling
6-
75
from resolver_athena_client.client.correlation import (
86
CorrelationProvider,
97
HashCorrelationProvider,

tests/functional/e2e/test_classify_single.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
load_test_cases,
1515
)
1616

17-
TEST_CASES = load_test_cases("live_model")
17+
TEST_CASES = load_test_cases("integrator_sample")
1818

1919
FP_ERROR_TOLERANCE = 1e-4
2020

0 commit comments

Comments
 (0)